Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 713 Bytes

colorpicker_isalphaslidervisible.md

File metadata and controls

39 lines (20 loc) · 713 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ColorPicker.IsAlphaSliderVisible
winrt property

Microsoft.UI.Xaml.Controls.ColorPicker.IsAlphaSliderVisible

-description

Gets or sets a value that indicates whether the slider control for the alpha channel is shown.

-property-value

true if the alpha channel slider is shown; otherwise, false. The default is true.

-remarks

The IsAlphaSliderVisible and IsAlphaTextInputVisible properties are ignored if IsAlphaEnabled is false.

-see-also

-examples

-xaml-syntax

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