Class SpinBoxDescription
The description of a Java SpinBox test object.
public class SpinBoxDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
SpinBoxDescription
- Implements
- Inherited Members
Constructors
SpinBoxDescription()
public SpinBoxDescription()
Properties
Maximum
The maximum value of the spin box.
public StringProperty Maximum { get; set; }
Property Value
Minimum
The minimum value of the spin box.
public StringProperty Minimum { get; set; }
Property Value
Value
The spin box value.
public StringProperty Value { get; set; }