ColorPicker.IsHexInputVisibleProperty Property

Definition

Identifies the IsHexInputVisible dependency property.

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

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

Property Value

The identifier for the IsHexInputVisible dependency property.

Applies to