MinValue Property
Gets or sets the minimum value of the Value component in the range from 0..100. This property must be less than MaxValue.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public int MinValue { get; set; }
Public Property MinValue As Integer
Get
Set
member MinValue : int with get, set
Property Value
Int32Remarks
Internally, the ColorSpectrum uses the HSV color model.