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

Detailed Description

Configure float property types.

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

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.