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

Detailed Description

Configure vector 2D property types.

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

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.