PPCC Namespace
Gets or sets the alignment of the tab content

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

Syntax

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

See Also