GradientSpreadMethod 列挙型

定義

グラデーション ブラシのグラデーション ベクター (グラデーション領域) の外側にグラデーションを描画する方法を指定します。

public enum class GradientSpreadMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GradientSpreadMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GradientSpreadMethod
Public Enum GradientSpreadMethod
<object property="enumMemberName"/>
継承
GradientSpreadMethod
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Pad 0

グラデーション ベクターの終端のカラー値で残りの領域を塗りつぶします。

Reflect 1

領域が塗りつぶされるまでグラデーションを逆方向に繰り返します。

Repeat 2

領域が塗りつぶされるまでグラデーションを元の方向に繰り返します。

適用対象