CompositionGradientBrush.CenterPoint 속성

정의

브러시가 회전 및 크기 조정되는 지점을 가져오거나 설정합니다.

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

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

속성 값

Vector2 Vector2

float2

브러시가 회전 및 크기 조정되는 지점입니다.

적용 대상