DevicePickerAppearance
DevicePickerAppearance
DevicePickerAppearance
DevicePickerAppearance
Class
Definition
Represents the appearance of a device picker.
public : sealed class DevicePickerAppearance : IDevicePickerAppearancepublic sealed class DevicePickerAppearance : IDevicePickerAppearancePublic NotInheritable Class DevicePickerAppearance Implements IDevicePickerAppearance// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
SelectedAccentColor SelectedAccentColor SelectedAccentColor SelectedAccentColor
Gets and sets the accent color for a device that has been selected in the picker.
public : Color SelectedAccentColor { get; set; }public Color SelectedAccentColor { get; set; }Public ReadWrite Property SelectedAccentColor As Color// You can use this property in JavaScript.
SelectedBackgroundColor SelectedBackgroundColor SelectedBackgroundColor SelectedBackgroundColor
Gets and sets the background color for a device that is selected in the picker.
public : Color SelectedBackgroundColor { get; set; }public Color SelectedBackgroundColor { get; set; }Public ReadWrite Property SelectedBackgroundColor As Color// You can use this property in JavaScript.
SelectedForegroundColor SelectedForegroundColor SelectedForegroundColor SelectedForegroundColor
Gets and sets the foreground color for a device that is selected in the picker.
public : Color SelectedForegroundColor { get; set; }public Color SelectedForegroundColor { get; set; }Public ReadWrite Property SelectedForegroundColor As Color// You can use this property in JavaScript.
Title Title Title Title
Gets and sets the title for the picker UI.
public : PlatForm::String Title { get; set; }public string Title { get; set; }Public ReadWrite Property Title As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The title of the picker UI.