StyleAttributeNames Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the properties of the Style class.
public enum class StyleAttributeNames
public enum StyleAttributeNames
type StyleAttributeNames =
Public Enum StyleAttributeNames
- Inheritance
-
StyleAttributeNames
Fields
Name | Value | Description |
---|---|---|
BorderColor | 0 | Specifies the |
BorderColorTop | 1 | Specifies the |
BorderColorLeft | 2 | Specifies the |
BorderColorRight | 3 | Specifies the |
BorderColorBottom | 4 | Specifies the |
BorderStyle | 5 | Specifies the |
BorderStyleTop | 6 | Specifies the |
BorderStyleLeft | 7 | Specifies the |
BorderStyleRight | 8 | Specifies the |
BorderStyleBottom | 9 | Specifies the |
BorderWidth | 10 | Specifies the |
BorderWidthTop | 11 | Specifies the |
BorderWidthLeft | 12 | Specifies the |
BorderWidthRight | 13 | Specifies the |
BorderWidthBottom | 14 | Specifies the |
BackgroundColor | 15 | Specifies the BackgroundColor. |
FontStyle | 16 | Specifies the FontStyle. |
FontFamily | 17 | Specifies the FontFamily. |
FontSize | 18 | Specifies the FontSize. |
FontWeight | 19 | Specifies the FontWeight. |
Format | 20 | Specifies the Format. |
TextDecoration | 21 | Specifies the TextDecoration. |
TextAlign | 22 | Specifies the TextAlign. |
VerticalAlign | 23 | Specifies the VerticalAlign. |
Color | 24 | Specifies the Color. |
PaddingLeft | 25 | Specifies the PaddingLeft. |
PaddingRight | 26 | Specifies the PaddingRight. |
PaddingTop | 27 | Specifies the PaddingTop. |
PaddingBottom | 28 | Specifies the PaddingBottom. |
LineHeight | 29 | Specifies the LineHeight. |
Direction | 30 | Specifies the Direction. |
WritingMode | 31 | Specifies the WritingMode. |
Language | 32 | Specifies the Language. |
UnicodeBiDi | 33 | Specifies the UnicodeBiDi. |
Calendar | 34 | Specifies the Calendar. |
NumeralLanguage | 35 | Specifies the NumeralLanguage. |
NumeralVariant | 36 | Specifies the NumeralVariant. |
BackgroundGradientType | 37 | Specifies the BackgroundGradientType. |
BackgroundGradientEndColor | 38 | Specifies the BackgroundGradientEndColor. |
BackgroundHatchType | 39 | Specifies the BackgroundHatchType. |
TransparentColor | 40 | Specifies the |
ShadowColor | 41 | Specifies the ShadowColor. |
ShadowOffset | 42 | Specifies the ShadowOffset. |
Position | 43 | Specifies the |
TextEffect | 44 | Specifies the TextEffect. |
BackgroundImage | 45 | Specifies the BackgroundImage. |
BackgroundImageRepeat | 46 | Specifies the |
BackgroundImageSource | 47 | Specifies the |
BackgroundImageValue | 48 | Specifies the |
BackgroundImageMimeType | 49 | Specifies the |
CurrencyLanguage | 50 | Specifies the CurrencyLanguage. |
Count | 51 | The number of attribute name/value pairs in a collection. |