s&box docs

public class MinMaxAttribute : System.Attribute

Mark property as having a minimum and maximum value.

Constructors

Showing 1 constructors

Properties

Showing 2 properties

public float MinMaxAttribute.MaxValue { get; set; }

The maximum value for this property.

public float MinMaxAttribute.MinValue { get; set; }

The minimum value for this property.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.System
Doc IDT:MinMaxAttribute

On this page