ColorPicker.IsColorPreviewVisibleProperty Property

Definition

Identifies the IsColorPreviewVisible dependency property.

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

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

Property Value

The identifier for the IsColorPreviewVisible dependency property.

Applies to