DevicePickerAppearance.SelectedBackgroundColor 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 background color for a device that is selected in the picker.
public:
property Color SelectedBackgroundColor { Color get(); void set(Color value); };
Color SelectedBackgroundColor();
void SelectedBackgroundColor(Color value);
public Color SelectedBackgroundColor { get; set; }
var color = devicePickerAppearance.selectedBackgroundColor;
devicePickerAppearance.selectedBackgroundColor = color;
Public Property SelectedBackgroundColor As Color
Property Value
The color to use as the background of a selected device.