DevicePickerAppearance.AccentColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.