Share via


CompositionGradientBrush.AnchorPoint プロパティ

定義

ブラシのオフセットに配置するブラシ上のポイントを取得または設定します。

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

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

プロパティ値

Vector2 Vector2

float2

ブラシのオフセットに配置するブラシ上のポイント。

適用対象