Kanzi  3.9.6
Kanzi Studio API
FloatProperty Interface Reference

Configure float property types. More...

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

Properties

float LowerBound [get, set]
 Gets or sets the lowest value that a float property of this type can have. More...
 
float 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...
 
float UpperBound [get, set]
 Gets or sets the highest value that a float property of this type can have. More...
 
- Properties inherited from TypedProperty< float >
DefaultValueTyped [get, set]
 

Detailed Description

Property Documentation

◆ LowerBound

float LowerBound
getset

Gets or sets the lowest value that a float property of this type can have.

◆ Step

float 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

float UpperBound
getset

Gets or sets the highest value that a float property of this type can have.