The height of the Progress bar. Default is 20.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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