[]
Named style flags (boolean constants).
public enum StyleFlag
| Name | Description |
|---|---|
| AppButtonTextFontPadding | Indicates if the special padding should be applied when drawing the button text. |
| BackstageElementBorder | Indicates whether elements of the BackStageView or ApplicationMenu have a colored left line. |
| BoxBoldBorder | Indicates whether focused TextBox-like elements has a bolder border. |
| ContentAreaBorder | Indicates whether the tab area should display a border. |
| ContentAreaShadow | Indicates whether the tab area should display a shadow. |
| DropDownCorners | Indicates whether the drop-down window has rounded corners. |
| GroupTextFontPadding | Indicates if the special padding should be added when drawing group captions. |
| MenuBoldFontPadding | Indicates if the special padding should be applied when drawing strings using MenuBold font. |
| MenuHeaderFontPadding | Indicates if the special padding should be applied when drawing strings using MenuHeader font. |
| None | Value used as default for StyleFlag enumeration. |
| TabGroupFontPadding | Indicates if the special padding should be applied when drawing strings using TabGroup font. |
| TabTextFontPadding | Indicates if the special padding should be applied when drawing tab caption. |
| 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. |