CompositionGradientBrush.Scale プロパティ

定義

ブラシに適用するスケールを取得または設定します。

public:
 property float2 Scale { float2 get(); void set(float2 value); };
float2 Scale();

void Scale(float2 value);
public Vector2 Scale { get; set; }
var vector2 = compositionGradientBrush.scale;
compositionGradientBrush.scale = vector2;
Public Property Scale As Vector2

プロパティ値

Vector2 Vector2

float2

ブラシに適用するスケール。

適用対象