DevicePickerAppearance.SelectedForegroundColor Property

Definition

Gets and sets the foreground color for a device that is selected in the picker.

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

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

Property Value

The foreground color.

Applies to