Configure integer property types.
More...
|
int | LowerBound [get, set] |
| Gets or sets the lowest value that an integer property of this type can have. More...
|
|
int | Step [get, set] |
| Gets or sets the amount by which the value of a property changes when the user adjusts it using the editor that you set for this property type. More...
|
|
int | UpperBound [get, set] |
| Gets or sets the highest value that an integer property of this type can have. More...
|
|
T | DefaultValueTyped [get, set] |
|
◆ LowerBound
Gets or sets the lowest value that an integer property of this type can have.
◆ Step
Gets or sets the amount by which the value of a property changes when the user adjusts it using the editor that you set for this property type.
- See also
- PropertyEditor
◆ UpperBound
Gets or sets the highest value that an integer property of this type can have.