CompositionNineGridBrush.SetInsets メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetInsets(Single) |
上、下、左、右に同じ値を使用して CompositionNineGridBrush のインセットを設定します。 既定値は 0.0f です。 |
SetInsets(Single, Single, Single, Single) |
上、下、左、右に指定した値を使用して CompositionNineGridBrush のインセットを設定します。 既定値は 0.0f です。 |
SetInsets(Single)
上、下、左、右に同じ値を使用して CompositionNineGridBrush のインセットを設定します。 既定値は 0.0f です。
public:
virtual void SetInsets(float inset) = SetInsets;
/// [Windows.Foundation.Metadata.Overload("SetInsets")]
void SetInsets(float const& inset);
[Windows.Foundation.Metadata.Overload("SetInsets")]
public void SetInsets(float inset);
function setInsets(inset)
Public Sub SetInsets (inset As Single)
パラメーター
- inset
-
Single
float
上、下、左、および右に使用するインセット値。
- 属性
こちらもご覧ください
適用対象
SetInsets(Single, Single, Single, Single)
上、下、左、右に指定した値を使用して CompositionNineGridBrush のインセットを設定します。 既定値は 0.0f です。
public:
virtual void SetInsets(float left, float top, float right, float bottom) = SetInsets;
/// [Windows.Foundation.Metadata.Overload("SetInsetsWithValues")]
void SetInsets(float const& left, float const& top, float const& right, float const& bottom);
[Windows.Foundation.Metadata.Overload("SetInsetsWithValues")]
public void SetInsets(float left, float top, float right, float bottom);
function setInsets(left, top, right, bottom)
Public Sub SetInsets (left As Single, top As Single, right As Single, bottom As Single)
パラメーター
- left
-
Single
float
画像の左側からのインセット。
- top
-
Single
float
画像の上部からのインセット。
- right
-
Single
float
画像の右側にあるインセット。
- bottom
-
Single
float
画像の下部からのインセット。
- 属性