Style
Description
A Style block defines visual styling attributes that define the appearance of all elements that use it.
All default values are dependent of the skin of the client.
Attributes
- BackgroundFillMode [Tranparent|Solid|Gradient]: The FillMode of backgrounds (e.g. of VisualPanels).
- BackgroundFocusFillMode [Tranparent|Solid|Gradient]: The FillMode of focused background objects (e.g. VisualPanels).
- BackgroundFocusGradient1 [Color]: The first color of the background focus gradient.
- BackgroundFocusGradient2 [Color]: The second color of the background focus gradient.
- BackgroundFocusGradient3 [Color]: The third color of the background focus gradient.
- BackgroundFocusGradient4 [Color]: The fourth color of the background focus gradient.
- BackgroundFocusSolid [Color]: The fillcolor of the background when FillMode is set to Solid.
- BackgroundGradient1 [Color]: Tfirst color of the background gradient.
- BackgroundGradient2 [Color]: The second color of the background gradient.
- BackgroundGradient3 [Color]: The third color of the background gradient.
- BackgroundGradient4 [Color]: The fourth color of the background gradient.
- BackgroundSolid [Color]: The background color when the FillMode is set to Solid.
- ButtonDisabledBorderColor [Color]: The border color of a button when disabled.
- ButtonDisabledGradient1 [Color]: The first gradient color of a disabled button.
- ButtonDisabledGradient2 [Color]: The second gradient color of a disabled button.
- ButtonDisabledGradient3 [Color]: The third gradient color of a disabled button.
- ButtonDisabledGradient4 [Color]: The fourth gradient color of a disabled button.
- ButtonDisabledSolid [Color]: The fill color of a disabled button when the FillMode is set to Solid.
- ButtonFillMode [Tranparent|Solid|Gradient]: The FillMode of buttons.
- ButtonFocusBorderColor [Color]: The border color of a button when focused.
- ButtonFocusGradient1 [Color]: The first gradient color of a focused button.
- ButtonFocusGradient2 [Color]: The second gradient color of a focused button.
- ButtonFocusGradient3 [Color]: The third gradient color of a focused button.
- ButtonFocusGradient4 [Color]: The fourth gradient color of a focused button.
- ButtonFocusSolid [Color]: The fill color of a button when the FillMode is set to Solid.
- ButtonUpBorderColor [Color]: The border color of a button.
- ButtonUpGradient1 [Color]: The first gradient color of a button.
- ButtonUpGradient2 [Color]: The second gradient color of a button.
- ButtonUpGradient3 [Color]: The third gradient color of a button.
- ButtonUpGradient4 [Color]: The fourth gradient color of a button.
- ButtonUpSolid [Color]: The fill color of a button when the FillMode is set to Solid.
- FocusColor [Color]: The global focus color.
- ForeColor [Color]: The global foreground color.
- Name [string]: The name of the block.
- PageBackgroundFillMode [Tranparent|Solid]: The FillMode of the background of pages. Gradient is not available.
- PageBackgroundSolid [Color]: The background color of a page when the FillMode is set to Solid.
- TextColor [Color]: The default text color.
- TextFocusColor [Color]: The default color of focused text.
- TextStyle [Regular|Bold|Italic|BoldItalic]: The style to use for text.
Remarks
For examples see the Styles section.
