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

適用対象