Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 588 Bytes

colorpicker_ishexinputvisible.md

File metadata and controls

37 lines (19 loc) · 588 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ColorPicker.IsHexInputVisible
winrt property

Microsoft.UI.Xaml.Controls.ColorPicker.IsHexInputVisible

-description

Gets or sets a value that indicates whether the text input box for a HEX color value is shown.

-property-value

true if the HEX color text input box is shown; otherwise, false. The default is true.

-remarks

-see-also

-examples

-xaml-syntax

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