Condividi tramite


SwipeItem.Foreground Proprietà

Definizione

Ottiene o imposta il pennello che disegna il testo e l'icona dell'elemento.

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

void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = swipeItem.foreground;
swipeItem.foreground = brush;
Public Property Foreground As Brush
<SwipeItem Foreground="{StaticResource resourceName}"/>

Valore della proprietà

Pennello che disegna il testo e l'icona dell'elemento.

Si applica a