Share via


InsetClip.BottomInset プロパティ

定義

ビジュアルの下部からのオフセットを取得または設定します。 BottomtInset の下のビジュアルの部分がクリップされます。 アニメーション化可能。

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 に関連付けます。

適用対象