Kanzi 3.9.10
IntProperty Interface Reference

Configure integer property types. More...

Inheritance diagram for IntProperty:
[legend]
Collaboration diagram for IntProperty:
[legend]

Properties

intLowerBound [get, set]
 Gets or sets the lowest value that an integer property of this type can have.
 
intStep [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.
 
intUpperBound [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]
 

Detailed Description

Configure integer property types.

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

Property Documentation

◆ Step

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