Share via


DevicePickerAppearance.SelectedBackgroundColor Property

Definition

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.

Applies to