Condividi tramite


SwipeItem.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 = swipeItem.background;
swipeItem.background = brush;
Public Property Background As Brush
<SwipeItem Background="{StaticResource resourceName}"/>

Valore della proprietà

Pennello che fornisce lo sfondo del controllo.

Si applica a