Gets the progress label style.

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

Syntax

C#
public Style ProgressLabelStyle { get; }
Visual Basic
Public ReadOnly Property ProgressLabelStyle As Style
	Get
Visual C++
public:
property Style^ ProgressLabelStyle {
	Style^ get ();
}

Field Value

The progress label style.

See Also