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

要放置在画笔偏移量的画笔上的点。

适用于