Kanzi 4.1.0
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]
 Gets or sets the default value of the property type with its native type.
 

Detailed Description

Configure integer property types.

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

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.