Kanzi 3.9.10
Vector2DProperty Interface Reference

Configure vector 2D property types. More...

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

Properties

VectorLowerBound [get, set]
 Gets or sets the lowest values that the property fields of a vector 2D property of this type can have.
 
VectorStep [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.
 
VectorUpperBound [get, set]
 Gets or sets the highest values that the property fields of a vector 2D property of this type can have.
 
- Properties inherited from TypedProperty< Vector >
T DefaultValueTyped [get, set]
 

Detailed Description

Configure vector 2D property types.

See also
PropertyTypeLibrary.CreateVector2DProperty(string, string, string, Vector?, Vector?, Vector?)

Property Documentation

◆ 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