DevicePickerAppearance.ForegroundColor Property

Definition

Gets and sets the foreground color of the picker UI.

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

Property Value

The foreground color.

Applies to