ColorSpectrum.MaxHueProperty Property

Definition

Identifies the MaxHue dependency property.

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

public:
 static property DependencyProperty ^ MaxHueProperty { DependencyProperty ^ get(); };
static DependencyProperty MaxHueProperty();
public static DependencyProperty MaxHueProperty { get; }
var dependencyProperty = ColorSpectrum.maxHueProperty;
Public Shared ReadOnly Property MaxHueProperty As DependencyProperty

Property Value

The identifier for the MaxHue dependency property.

Applies to