Gets the item label style.

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

Syntax

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

Field Value

The item label style.

See Also