Click or drag to resize

LabelStyle Enumeration

Specifies the label style.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum LabelStyle
Members
  Member nameValueDescription
NormalControl0 Specifies a normal label for use on a control style background.
BoldControl1 Specifies a bold label for use on a control style background.
ItalicControl2 Specifies an italic label for use on a control style background.
TitleControl3 Specifies a label appropriate for titles for use on a control style background.
NormalPanel4 Specifies a normal label for use on a panel style background.
BoldPanel5 Specifies a bold label for use on a panel style background.
ItalicPanel6 Specifies an italic label for use on a panel style background.
TitlePanel7 Specifies a label appropriate for titles for use on a panel style background.
GroupBoxCaption8 Specifies a label appropriate for captions for use on a group box style background.
ToolTip9 Specifies a label appropriate for use inside a tooltip.
SuperTip10 Specifies a label appropriate for use inside a super tooltip.
KeyTip11 Specifies a label appropriate for use inside a key tooltip.
Custom112 Specifies the first custom label style.
Custom213 Specifies the second custom label style.
Custom314 Specifies the third custom label style.
See Also