InsetClip.BottomInset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視覺效果底部的位移。 BottomInset 下方視覺效果的部分將會裁剪。 可產生動畫效果。
public:
property float BottomInset { float get(); void set(float value); };
float BottomInset();
void BottomInset(float value);
public float BottomInset { get; set; }
var single = insetClip.bottomInset;
insetClip.bottomInset = single;
Public Property BottomInset As Single
屬性值
Single
float
視覺效果底部的位移。
備註
這個屬性可以產生動畫效果。 呼叫 CompositionObject.StartAnimation 以將其與 CompositionAnimation產生關聯。