다음을 통해 공유


CompositionShape.Offset 속성

정의

ShapeVisual을 기준으로 도형의 오프셋을 가져오거나 설정합니다.

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

void Offset(float2 value);
public Vector2 Offset { get; set; }
var vector2 = compositionShape.offset;
compositionShape.offset = vector2;
Public Property Offset As Vector2

속성 값

Vector2 Vector2

float2

ShapeVisual을 기준으로 하는 셰이프의 오프셋입니다.

적용 대상