Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 999 Bytes

colorpicker_color.md

File metadata and controls

38 lines (23 loc) · 999 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ColorPicker.Color
winrt property

Windows.UI.Xaml.Controls.ColorPicker.Color

-description

Gets or sets the current color value.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ColorPicker.Color (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<ColorPicker Color="colorString" .../>

-xaml-values

colorString
colorStringThe Color expressed as an attribute string. This can be a named color, an RGB value, or an ScRGB value. RGB or ScRGB may also specify alpha information. See the XAML Values section in Color.

-property-value

The current color value.

-remarks

-see-also

-examples