Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 733 Bytes

colorpicker_previouscolor.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.ColorPicker.PreviousColor

-description

Gets or sets the previous color.

-property-value

The previous color. The default is null.

-remarks

-see-also

-examples

-xaml-syntax

<ColorPicker PreviousColor="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.