Kanzi 3.9.10
FloatProperty Interface Reference

Configure float property types. More...

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

Properties

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

Detailed Description

Configure float property types.

See also
PropertyTypeLibrary.CreateFloatProperty(string, string, string, float?, float?, float?)

Property Documentation

◆ 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