Compartir a través de


SwipeItem.Background Propiedad

Definición

Obtiene o establece un pincel que proporciona el fondo del control.

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}"/>

Valor de propiedad

Pincel que proporciona el fondo del control.

Se aplica a