InsetClip.LeftInset プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビジュアルの左側からのオフセットを取得または設定します。 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 に関連付けます。