Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1010 Bytes

colorpicker_isalphaenabled.md

File metadata and controls

35 lines (21 loc) · 1010 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ColorPicker.IsAlphaEnabled
winrt property

Windows.UI.Xaml.Controls.ColorPicker.IsAlphaEnabled

-description

Gets or sets a value that indicates whether the alpha channel can be modified.

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

-xaml-syntax

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

-property-value

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

-remarks

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

-see-also

-examples