Freigeben über


DevicePickerAppearance.ForegroundColor Eigenschaft

Definition

Ruft die Vordergrundfarbe der Auswahloberfläche ab und legt sie fest.

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

Eigenschaftswert

Die Vordergrundfarbe.

Gilt für: