CompositionNineGridBrush.SetInsets Methode

Definition

Überlädt

SetInsets(Single)

Legt die Einsets eines CompositionNineGridBrush mit demselben Wert für den oberen, unteren, linken und rechten Wert fest. Der Standardwert ist 0,0f.

SetInsets(Single, Single, Single, Single)

Legt die Einsets eines CompositionNineGridBrush mithilfe der angegebenen Werte für den oberen, unteren, linken und rechten Wert fest. Der Standardwert ist 0,0f.

SetInsets(Single)

Legt die Einsets eines CompositionNineGridBrush mit demselben Wert für den oberen, unteren, linken und rechten Wert fest. Der Standardwert ist 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)

Parameter

inset
Single

float

Der Für den oberen, unteren, linken und rechten Wert zu verwendenden Insetwert.

Attribute

Weitere Informationen

Gilt für:

SetInsets(Single, Single, Single, Single)

Legt die Einsets eines CompositionNineGridBrush mithilfe der angegebenen Werte für den oberen, unteren, linken und rechten Wert fest. Der Standardwert ist 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)

Parameter

left
Single

float

Der Anfang vom linken Rand des Bilds.

top
Single

float

Der Anfang vom oberen Rand des Bilds.

right
Single

float

Die Einset von rechts neben dem Bild.

bottom
Single

float

Der Anfang vom unteren Rand des Bilds.

Attribute

Weitere Informationen

Gilt für: