Configure integer property types. More...
Properties | |
int? | LowerBound [get, set] |
Gets or sets the lowest value that an integer property of this type can have. | |
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. | |
int? | UpperBound [get, set] |
Gets or sets the highest value that an integer property of this type can have. | |
Properties inherited from TypedProperty< int > | |
T | DefaultValueTyped [get, set] |
Configure integer property types.
|
getset |
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.