PPCC Namespace
Gets or sets the height of the color tab strip

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

Syntax

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

See Also