Share via


InsetClip.TopInset 속성

정의

시각적 개체의 위쪽에서 오프셋을 가져오거나 설정합니다. TopInset 위의 시각적 개체 부분이 잘립니다. 애니메이션 가능.

public:
 property float TopInset { float get(); void set(float value); };
float TopInset();

void TopInset(float value);
public float TopInset { get; set; }
var single = insetClip.topInset;
insetClip.topInset = single;
Public Property TopInset As Single

속성 값

Single

float

시각적 개체 위쪽의 오프셋입니다.

설명

이 속성은 애니메이션 효과를 받을 수 있습니다. CompositionObject.StartAnimation을 호출하여 CompositionAnimation과 연결합니다.

적용 대상