Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 674 Bytes

colorpicker_color.md

File metadata and controls

43 lines (22 loc) · 674 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ColorPicker.Color
winrt property

Microsoft.UI.Xaml.Controls.ColorPicker.Color

-description

Gets or sets the current color value.

-property-value

The current color value.

-remarks

-see-also

-examples

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