Properties | List of all members
IntProperty Interface Reference

Configure integer property types. More...

Inheritance diagram for IntProperty:
TypedProperty< int >

Properties

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...
 
- Properties inherited from TypedProperty< int >
DefaultValueTyped [get, set]
 

Detailed Description

Configure integer property types.

See also
PropertyTypeLibrary.CreateIntProperty(string, string, string, int?, int?, int?)

Property Documentation

int LowerBound
getset

Gets or sets the lowest value that an integer property of this type can have.

int Step
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.

See also
PropertyEditor
int UpperBound
getset

Gets or sets the highest value that an integer property of this type can have.