PPCC Namespace
Gets or sets color tab gradient style

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

Syntax

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

See Also