LabelStyle Enumeration |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public enum LabelStyle
Member name | Value | Description | |
---|---|---|---|
NormalControl | 0 | Specifies a normal label for use on a control style background. | |
BoldControl | 1 | Specifies a bold label for use on a control style background. | |
ItalicControl | 2 | Specifies an italic label for use on a control style background. | |
TitleControl | 3 | Specifies a label appropriate for titles for use on a control style background. | |
NormalPanel | 4 | Specifies a normal label for use on a panel style background. | |
BoldPanel | 5 | Specifies a bold label for use on a panel style background. | |
ItalicPanel | 6 | Specifies an italic label for use on a panel style background. | |
TitlePanel | 7 | Specifies a label appropriate for titles for use on a panel style background. | |
GroupBoxCaption | 8 | Specifies a label appropriate for captions for use on a group box style background. | |
ToolTip | 9 | Specifies a label appropriate for use inside a tooltip. | |
SuperTip | 10 | Specifies a label appropriate for use inside a super tooltip. | |
KeyTip | 11 | Specifies a label appropriate for use inside a key tooltip. | |
Custom1 | 12 | Specifies the first custom label style. | |
Custom2 | 13 | Specifies the second custom label style. | |
Custom3 | 14 | Specifies the third custom label style. |
Copyright 2024 NeoAxis Group. All rights reserved.