Share via


InsetClip.LeftInset プロパティ

定義

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

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

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

プロパティ値

Single

float

ビジュアルの左側からのオフセット。

注釈

このプロパティはアニメーション化できます。 CompositionObject.StartAnimation を呼び出して、CompositionAnimation に関連付けます。

適用対象