Condividi tramite


CompositionNineGridBrush.SetInsets Metodo

Definizione

Overload

SetInsets(Single)

Imposta gli inset di un oggetto CompositionNineGridBrush usando lo stesso valore per la parte superiore, inferiore, sinistra e destra. Il valore predefinito è 0,0f.

SetInsets(Single, Single, Single, Single)

Imposta gli inset di un oggetto CompositionNineGridBrush usando i valori specificati per la parte superiore, inferiore, sinistra e destra. Il valore predefinito è 0,0f.

SetInsets(Single)

Imposta gli inset di un oggetto CompositionNineGridBrush usando lo stesso valore per la parte superiore, inferiore, sinistra e destra. Il valore predefinito è 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)

Parametri

inset
Single

float

Valore inset da usare per la parte superiore, inferiore, sinistra e destra.

Attributi

Vedi anche

Si applica a

SetInsets(Single, Single, Single, Single)

Imposta gli inset di un oggetto CompositionNineGridBrush usando i valori specificati per la parte superiore, inferiore, sinistra e destra. Il valore predefinito è 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)

Parametri

left
Single

float

Oggetto inset a sinistra dell'immagine.

top
Single

float

Oggetto inset dalla parte superiore dell'immagine.

right
Single

float

Oggetto inset a destra dell'immagine.

bottom
Single

float

Inset dalla parte inferiore dell'immagine.

Attributi

Vedi anche

Si applica a