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

브러시의 오프셋에 배치할 브러시의 점입니다.

적용 대상