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

AccentColor AccentColor AccentColor AccentColor

Gets and sets the accent color of the picker UI.

public : Color AccentColor { get; set; }public Color AccentColor { get; set; }Public ReadWrite Property AccentColor As Color// You can use this property in JavaScript.
Value
Color Color Color Color

The accent color.

BackgroundColor BackgroundColor BackgroundColor BackgroundColor

Gets and sets the background color of the picker UI.

public : Color BackgroundColor { get; set; }public Color BackgroundColor { get; set; }Public ReadWrite Property BackgroundColor As Color// You can use this property in JavaScript.
Value
Color Color Color Color

The background color.

ForegroundColor ForegroundColor ForegroundColor ForegroundColor

Gets and sets the foreground color of the picker UI.

public : Color ForegroundColor { get; set; }public Color ForegroundColor { get; set; }Public ReadWrite Property ForegroundColor As Color// You can use this property in JavaScript.
Value
Color Color Color Color

The foreground color.

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.
Value
Color Color Color Color

The accent color.

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.
Value
Color Color Color Color

The color to use as the background of a selected device.

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.
Value
Color Color Color Color

The foreground color.

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.