Condividi tramite


DevicePickerAppearance.ForegroundColor Proprietà

Definizione

Ottiene e imposta il colore di primo piano dell'interfaccia utente del selettore.

public:
 property Color ForegroundColor { Color get(); void set(Color value); };
Color ForegroundColor();

void ForegroundColor(Color value);
public Color ForegroundColor { get; set; }
var color = devicePickerAppearance.foregroundColor;
devicePickerAppearance.foregroundColor = color;
Public Property ForegroundColor As Color

Valore della proprietà

Colore di primo piano.

Si applica a