The width of the Progress Panel. Default is 360.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also