PPCC Namespace
Gets or sets the gradient style

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

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

See Also