SwipeItem.Foreground Proprietà

Definizione

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

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

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

void Foreground(Brush value);
public Brush Foreground { get; set; }
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