PPCC Namespace
Gets or sets the edge style of the color tabs

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

Syntax

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

See Also