DevicePickerAppearance.AccentColor Property

Definition

Gets and sets the accent color of the picker UI.

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

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

Property Value

The accent color.

Applies to