プロパティ値
背景のBackgroundGradientTypeを評価する
ExpressionInfo列挙体。有効値は以下の表で記載されています。
| BackgroundGradientType |
解説 |
| None(デフォルト) |
背景のグラデーションがないことを指定します。 |
| LeftRight |
左のBackgroundColorは右のBackgroundGradientEndColor に組み合わせます。 |
| TopBottom |
上のBackgroundColorは下のBackgroundGradientEndColor に組み合わせます。 |
| Center |
中央のBackgroundColorはBackgroundGradientEndColorの端に組み合わせます。 |
| DiagonalLeft |
左下のBackgroundColorは右上のBackgroundGradientEndColor に組み合わせます。 |
| DiagonalRight |
右下のBackgroundColorは左上のBackgroundGradientEndColor に組み合わせます。 |
| HorizontalCenter |
BackgroundColorは中心から垂直に表示し、左と右のBackgroundGradientEndColorに組み合わせます。 |
| VerticalCenter |
BackgroundColorは中心から水平に表示し、上と下のBackgroundGradientEndColorに組み合わせます。 |