Kanzi  3.9.6
Kanzi Studio API
Vector2DProperty Interface Reference

Configure vector 2D property types. More...

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

Properties

Vector LowerBound [get, set]
 Gets or sets the lowest values that the property fields of a vector 2D property of this type can have. More...
 
Vector Step [get, set]
 Gets or sets the amount by which the values of the property fields of this property change when the user adjusts them using a slider or area editor. More...
 
Vector UpperBound [get, set]
 Gets or sets the highest values that the property fields of a vector 2D property of this type can have. More...
 
- Properties inherited from TypedProperty< Vector >
DefaultValueTyped [get, set]
 

Detailed Description

Property Documentation

◆ LowerBound

Vector LowerBound
getset

Gets or sets the lowest values that the property fields of a vector 2D property of this type can have.

◆ Step

Vector Step
getset

Gets or sets the amount by which the values of the property fields of this property change when the user adjusts them using a slider or area editor.

See also
PropertyEditor

◆ UpperBound

Vector UpperBound
getset

Gets or sets the highest values that the property fields of a vector 2D property of this type can have.