NumberInput.Max Property

Definition

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

Property Value

Attributes

Applies to