JsonConfFloatEditorAttributeMax Property

Indicates the maximum value to allow in the editor. Defaults to Double.PositiveInfinity which passes undefined (no max) to the schema.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public double Max { get; set; }

Property Value

Double

See Also