Condividi tramite


ItemsRepeater.Background Proprietà

Definizione

Ottiene o imposta un pennello che fornisce lo sfondo del controllo.

public:
 property Brush ^ Background { Brush ^ get(); void set(Brush ^ value); };
Brush Background();

void Background(Brush value);
public Brush Background { get; set; }
var brush = itemsRepeater.background;
itemsRepeater.background = brush;
Public Property Background As Brush

Valore della proprietà

Pennello che fornisce lo sfondo del controllo. Il valore predefinito è Null, (un pennello Null) che viene valutato come Transparent per il rendering.

Si applica a