ColorPicker.IsAlphaEnabledProperty Property

Definition

Identifies the IsAlphaEnabled dependency property.

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

public:
 static property DependencyProperty ^ IsAlphaEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsAlphaEnabledProperty();
public static DependencyProperty IsAlphaEnabledProperty { get; }
var dependencyProperty = ColorPicker.isAlphaEnabledProperty;
Public Shared ReadOnly Property IsAlphaEnabledProperty As DependencyProperty

Property Value

The identifier for the IsAlphaEnabled dependency property.

Applies to