JsonConfFloatEditorAttributeMin Property

Indicates the minimum value to allow in the editor. Defaults to Double.NegativeInfinity which passes undefined (no min) 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 Min { get; set; }

Property Value

Double

See Also