ColorPicker.IsAlphaSliderVisibleProperty Property

Definition

Identifies the IsAlphaSliderVisible dependency property.

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

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

Property Value

The identifier for the IsAlphaSliderVisible dependency property.

Applies to