DevicePickerAppearance.SelectedAccentColor 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 for a device that has been selected in the picker.
public:
property Color SelectedAccentColor { Color get(); void set(Color value); };
Color SelectedAccentColor();
void SelectedAccentColor(Color value);
public Color SelectedAccentColor { get; set; }
var color = devicePickerAppearance.selectedAccentColor;
devicePickerAppearance.selectedAccentColor = color;
Public Property SelectedAccentColor As Color
Property Value
The accent color.