ColorPicker.IsColorChannelTextInputVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the text input boxes for the color channels are shown.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ColorPicker.IsColorChannelTextInputVisible (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property bool IsColorChannelTextInputVisible { bool get(); void set(bool value); };
bool IsColorChannelTextInputVisible();
void IsColorChannelTextInputVisible(bool value);
public bool IsColorChannelTextInputVisible { get; set; }
var boolean = colorPicker.isColorChannelTextInputVisible;
colorPicker.isColorChannelTextInputVisible = boolean;
Public Property IsColorChannelTextInputVisible As Boolean
<ColorPicker IsColorChannelTextInputVisible="bool" .../>
Property Value
bool
true if the color channel text input boxes are shown; otherwise, false. The default is true.