共用方式為


StyleAttributeNames Enum

Definition

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 Border.Color.

BorderColorTop 1

Specifies the TopBorder.Color.

BorderColorLeft 2

Specifies the LeftBorder.Color.

BorderColorRight 3

Specifies the RightBorder.Color.

BorderColorBottom 4

Specifies the BottomBorder.Color.

BorderStyle 5

Specifies the Border.Style.

BorderStyleTop 6

Specifies the TopBorder.Style.

BorderStyleLeft 7

Specifies the LeftBorder.Style.

BorderStyleRight 8

Specifies the RightBorder.Style.

BorderStyleBottom 9

Specifies the BottomBorder.Style.

BorderWidth 10

Specifies the Border.Width.

BorderWidthTop 11

Specifies the TopBorder.Width.

BorderWidthLeft 12

Specifies the LeftBorder.Width.

BorderWidthRight 13

Specifies the RightBorder.Width.

BorderWidthBottom 14

Specifies the BottomBorder.Width.

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 BackgroundImage.TransparentColor.

ShadowColor 41

Specifies the ShadowColor.

ShadowOffset 42

Specifies the ShadowOffset.

Position 43

Specifies the BackgroundImage.Position.

TextEffect 44

Specifies the TextEffect.

BackgroundImage 45

Specifies the BackgroundImage.

BackgroundImageRepeat 46

Specifies the BackgroundImage.BackgroundRepeat.

BackgroundImageSource 47

Specifies the BackgroundImage.Source.

BackgroundImageValue 48

Specifies the BackgroundImage.Value.

BackgroundImageMimeType 49

Specifies the BackgroundImage.MimeType.

CurrencyLanguage 50

Specifies the CurrencyLanguage.

Count 51

The number of attribute name/value pairs in a collection.

Applies to