Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 851 Bytes

colorpicker_minsaturation.md

File metadata and controls

41 lines (21 loc) · 851 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ColorPicker.MinSaturation
winrt property

Microsoft.UI.Xaml.Controls.ColorPicker.MinSaturation

-description

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

This documentation applies to WinUI 2 for UWP (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

-xaml-syntax

<ColorPicker MinSaturation="int" .../>