CompositionGradientBrush.Scale 속성

정의

브러시에 적용할 배율을 가져오거나 설정합니다.

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

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

속성 값

Vector2 Vector2

float2

브러시에 적용할 배율입니다.

적용 대상