NumberInput.Min Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("min")]
public float? Min { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("min")>]
member this.Min : Nullable<single> with get, set
Public Property Min As Nullable(Of Single)

Property Value

Attributes

Applies to