Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 931 Bytes

colorpicker_iscolorpreviewvisible.md

File metadata and controls

33 lines (20 loc) · 931 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ColorPicker.IsColorPreviewVisible
winrt property

Windows.UI.Xaml.Controls.ColorPicker.IsColorPreviewVisible

-description

Gets or sets a value that indicates whether the color preview bar is shown.

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

-xaml-syntax

<ColorPicker IsColorPreviewVisible="bool" .../>

-property-value

true if the color preview bar is shown; otherwise, false. The default is true.

-remarks

-see-also

-examples