Skip to main content

MaxValue Property

Gets or sets the maximum value of the Value component in the range from 0..100. This property must be greater than MinValue.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public int MaxValue { get; set; }

Property Value

Int32

Remarks

Internally, the ColorSpectrum uses the HSV color model.

See Also

Reference

ColorSpectrum Class
Avalonia.Controls.Primitives Namespace