DevicePickerAppearance.SelectedForegroundColor 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 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.