Number field properties

ActiveTrackColor Represents the active track color for sliders of number fields.
BackgroundColor Represents the background color, which is used to paint the area behind the field.
BlankValueColor Represents the color for blank values of number fields.
Enabled Represents whether a field is enabled.
FormattedValue Returns the value of the number field, formatted as a text string.
InitialValue Represents the initial value of a number field, displayed before the user has entered an explicit value.
Label Represents the label of the field, which is normally shown to the left of the value.
LabelColor Represents the color for field labels.
LeadingUnit Represents the leading unit of the field.
MaximumValue Represents the maximum value of the number field this property is associated with.
MinimumValue Represents the minimum value of the number field this property is associated with.
Reference Returns a reference to the number field.
StepperColor Represents the color for steppers of number fields.
ThumbColor Represents the thumb color for sliders of number fields.
TrackColor Represents the track color for sliders of number fields.
TrailingUnit Represents the trailing unit of the field.
Valid Represents whether the field is valid.
ValidationMessage Represents the validation message of the field, which is shown when the field is invalid (that is, when the Valid property returns FALSE).
Value Represents the value of a number field.
ValueColor Represents the color for values of number fields.
Visible Represents whether a field is visible.
WarningColor Represents the warning color, which is used to paint things like validation messages of fields.