CompositionGradientBrush.AnchorPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置画笔上要定位在画笔偏移量的点。
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
属性值
要放置在画笔偏移量的画笔上的点。