SwipeItem.Foreground Proprietà

Definizione

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

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.SwipeItem.Foreground (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; }
var brush = swipeItem.foreground;
swipeItem.foreground = brush;
Public Property Foreground As Brush
<SwipeItem Foreground="{StaticResource resourceName}"/>
- or -
<SwipeItem Foreground="colorString"/>

Valore della proprietà

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

Si applica a