PPCC Namespace
Gets or sets the direction of the button gradient

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

C#
public Direction GradientDirection { get; set; }
Visual Basic (Declaration)
Public Property GradientDirection As Direction
Visual C++
public:
property Direction GradientDirection {
	Direction get ();
	void set (Direction value);
}

See Also