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產生關聯。

適用於