The height of the Progress bar. Default is 15.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also