Kanzi  3.9.6
Kanzi Studio API
IntProperty Interface Reference

Configure integer property types. More...

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

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

Property Documentation

◆ LowerBound

int LowerBound
getset

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

◆ 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

◆ UpperBound

int UpperBound
getset

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