Partager via


DevicePickerAppearance.ForegroundColor Propriété

Définition

Obtient et définit la couleur de premier plan de l’interface utilisateur du sélecteur.

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

Valeur de propriété

Couleur de premier plan.

S’applique à