Share via


ColorPicker.IsAlphaTextInputVisibleProperty Property

Definition

Identifies the IsAlphaTextInputVisible dependency property.

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

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

Property Value

The identifier for the IsAlphaTextInputVisible dependency property.

Applies to