Share via


InsetClip.RightInset 屬性

定義

取得或設定視覺效果右邊的位移。 RightInset 右邊視覺效果的部分將會被裁剪。 可產生動畫效果。

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

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

屬性值

Single

float

視覺效果右邊的位移。

備註

這個屬性可以產生動畫效果。 呼叫 CompositionObject.StartAnimation 將其與 CompositionAnimation產生關聯。

適用於