BackgroundPattern

BackgroundPattern enumeration

背景パターンを指定します。

public enum BackgroundPattern

名前価値説明
DarkDiagonalLeft7暗い斜め左背景パターンを示します。
DarkDiagonalRight8暗い斜め右背景パターンを示します。
DarkDither13ダーク ディザ背景パターンを示します。
DarkFill4暗い塗りつぶしの背景パターンを示します。
DiagonalLeft5斜め左背景パターンを示します。
DiagonalRight6斜め右の背景パターンを示します。
Hollow0中空の背景パターンを示します。
LightDither11ライト ディザ背景パターンを示します。
LightFill2薄い塗りつぶしの背景パターンを示します。
MediumDither12中程度のディザ背景パターンを示します。
MediumFill3中塗りつぶしの背景パターンを示します。
MediumVerticalStripe10中程度の縦ストライプの背景パターンを示します.
SolidFill1塗りつぶしの背景パターンを示します。
ThinVerticalStripe9細い縦縞の背景パターンを示します。

関連項目