Language

StyleAttributeNames 列挙型

定義

Styleクラスの性質を列挙します。

public enum class StyleAttributeNames
public enum StyleAttributeNames
type StyleAttributeNames = 
Public Enum StyleAttributeNames
継承
StyleAttributeNames

フィールド

名前 値 説明
BorderColor 0

Border.Colorを指定します。

BorderColorTop 1

TopBorder.Colorを指定します。

BorderColorLeft 2

LeftBorder.Colorを指定します。

BorderColorRight 3

RightBorder.Colorを指定します。

BorderColorBottom 4

BottomBorder.Colorを指定します。

BorderStyle 5

Border.Styleを指定します。

BorderStyleTop 6

TopBorder.Styleを指定します。

BorderStyleLeft 7

LeftBorder.Styleを指定します。

BorderStyleRight 8

RightBorder.Styleを指定します。

BorderStyleBottom 9

BottomBorder.Styleを指定します。

BorderWidth 10

Border.Widthを指定します。

BorderWidthTop 11

TopBorder.Widthを指定します。

BorderWidthLeft 12

LeftBorder.Widthを指定します。

BorderWidthRight 13

RightBorder.Widthを指定します。

BorderWidthBottom 14

BottomBorder.Widthを指定します。

BackgroundColor 15

BackgroundColorを指定します。

FontStyle 16

FontStyleを指定します。

FontFamily 17

FontFamilyを指定します。

FontSize 18

FontSizeを指定します。

FontWeight 19

FontWeightを指定します。

Format 20

Formatを指定します。

TextDecoration 21

TextDecorationを指定します。

TextAlign 22

TextAlignを指定します。

VerticalAlign 23

VerticalAlignを指定します。

Color 24

Colorを指定します。

PaddingLeft 25

PaddingLeftを指定します。

PaddingRight 26

PaddingRightを指定します。

PaddingTop 27

PaddingTopを指定します。

PaddingBottom 28

PaddingBottomを指定します。

LineHeight 29

LineHeightを指定します。

Direction 30

Directionを指定します。

WritingMode 31

WritingModeを指定します。

Language 32

Languageを指定します。

UnicodeBiDi 33

UnicodeBiDiを指定します。

Calendar 34

Calendarを指定します。

NumeralLanguage 35

NumeralLanguageを指定します。

NumeralVariant 36

NumeralVariantを指定します。

BackgroundGradientType 37

BackgroundGradientTypeを指定します。

BackgroundGradientEndColor 38

BackgroundGradientEndColorを指定します。

BackgroundHatchType 39

BackgroundHatchTypeを指定します。

TransparentColor 40

BackgroundImage.TransparentColorを指定します。

ShadowColor 41

ShadowColorを指定します。

ShadowOffset 42

ShadowOffsetを指定します。

Position 43

BackgroundImage.Positionを指定します。

TextEffect 44

TextEffectを指定します。

BackgroundImage 45

BackgroundImageを指定します。

BackgroundImageRepeat 46

BackgroundImage.BackgroundRepeatを指定します。

BackgroundImageSource 47

BackgroundImage.Sourceを指定します。

BackgroundImageValue 48

BackgroundImage.Valueを指定します。

BackgroundImageMimeType 49

BackgroundImage.MimeTypeを指定します。

CurrencyLanguage 50

CurrencyLanguageを指定します。

Count 51

コレクション内の属性名/値ペアの数。

適用対象