Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 914 Bytes

colorpicker_maxvalue.md

File metadata and controls

35 lines (21 loc) · 914 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ColorPicker.MaxValue
winrt property

Windows.UI.Xaml.Controls.ColorPicker.MaxValue

-description

Gets or sets the maximum Value value in the range 0-100.

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

-xaml-syntax

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

-property-value

The maximum Value value in the range 0-100. The default is 100.

-remarks

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

-see-also

-examples