Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 936 Bytes

colorspectrum_minsaturation.md

File metadata and controls

29 lines (17 loc) · 936 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.ColorSpectrum.MinSaturation
winrt property

Windows.UI.Xaml.Controls.Primitives.ColorSpectrum.MinSaturation

-description

Gets or sets the minimum Saturation value in the range 0-100.

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

-property-value

The minimum Saturation value in the range 0-100. The default is 100.

-remarks

The valid range for Saturation values is 0-100. Setting a value outside of this range will cause an exception.

-see-also

-examples