[]
Named style flags (boolean constants).
public enum StyleFlag
| Name | Description |
|---|---|
| ElementRoundedCorners | Indicates whether input panel element has rounded corners. |
| FocusedBorder | Indicates whether input panel element has special thick focus border. |
| HeaderTextFontPadding | Indicates if the special padding should be applied when drawing text in group headers. |
| MenuHeaderFontPadding | Indicates if the special padding should be applied when drawing text in menu headers. |
| None | Value used as default for StyleFlag enumeration. |
| TextBoxUnderLine | Indicates whether textbox has underline. |
| TextFontPadding | Indicates if the special padding should be applied when drawing strings using Text font. |
| TooltipBorder | Indicates whether the tooltip window should display a border. |
| TooltipRoundedCorners | Indicates whether the tooltip window has rounded corners. |
| TooltipShadow | Indicates whether the tooltip window should display a shadow. |
| TooltipUseFading | Indicates whether a fade effect should be used when displaying a tooltip. |