The StyleProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Gets the background color.
| |
| BorderBottomColor |
Gets the border bottom color.
| |
| BorderBottomLeftRadius |
Gets the border bottom left radius.
| |
| BorderBottomRightRadius |
Gets the border bottom right radius.
| |
| BorderBottomWidth |
Gets the bottom border width.
| |
| BorderLeftColor |
Gets the border left color.
| |
| BorderLeftWidth |
Gets the left border width.
| |
| BorderRightColor |
Gets the border right color.
| |
| BorderRightWidth |
Gets the right border width.
| |
| BorderStyle |
Gets the border style.
| |
| BorderTopColor |
Gets the border top color.
| |
| BorderTopLeftRadius |
Gets the top left border radius.
| |
| BorderTopRightRadius |
Gets the border top right radius.
| |
| BorderTopWidth |
Gets the top border width.
| |
| Color |
Gets the color.
| |
| FontFamily |
Gets the font family name.
| |
| FontSize |
Gets the size of the font.
| |
| FontStyle |
Gets the font style.
| |
| FontWeight |
Gets the font weight.
| |
| MarginBottom |
Gets the bottom margin.
| |
| MarginLeft |
Gets the left margin.
| |
| MarginRight |
Gets the right margin.
| |
| MarginTop |
Gets the top margin.
| |
| PaddingBottom |
Gets the bottom padding.
| |
| PaddingLeft |
Gets the left padding.
| |
| PaddingRight |
Gets the right padding.
| |
| PaddingTop |
Gets the top padding.
| |
| SecondaryColor |
Gets the secondary color.
Used when rendering labels etc. on graphical elements (bars, lines, etc.) when the Color has worse contrast to the background.
|
See Also