Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 964 Bytes

colorpicker_previouscolor.md

File metadata and controls

45 lines (23 loc) · 964 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.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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