CastingDevicePicker.Appearance 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 the colors of the picker UI.
public:
property DevicePickerAppearance ^ Appearance { DevicePickerAppearance ^ get(); };
DevicePickerAppearance Appearance();
public DevicePickerAppearance Appearance { get; }
var devicePickerAppearance = castingDevicePicker.appearance;
Public ReadOnly Property Appearance As DevicePickerAppearance
Property Value
The appearance details of the picker UI.