ColorPicker.ColorSpectrumComponentsProperty Property

Definition

Identifies the ColorSpectrumComponents dependency property.

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

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

Property Value

The identifier for the ColorSpectrumComponents dependency property.

Applies to