ColorSpectrum.MaxSaturationProperty Property

Definition

Identifies the MaxSaturation dependency property.

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

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

Property Value

The identifier for the MaxSaturation dependency property.

Applies to