Kanzi  3.9.6
Kanzi Studio API
Vector4DProperty Interface Reference

Configure vector 4D property types. More...

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

Properties

System.Windows.Media.Media3D.Quaternion LowerBound [get, set]
 Gets or sets the lowest values that the property fields of a vector 4D property of this type can have. More...
 
System.Windows.Media.Media3D.Quaternion 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...
 
System.Windows.Media.Media3D.Quaternion UpperBound [get, set]
 Gets or sets the highest values that the property fields of a vector 4D property of this type can have. More...
 
- Properties inherited from TypedProperty< System.Windows.Media.Media3D.Quaternion >
DefaultValueTyped [get, set]
 

Detailed Description

Configure vector 4D property types.

See also
PropertyTypeLibrary.CreateVector4DProperty

Property Documentation

◆ LowerBound

System.Windows.Media.Media3D.Quaternion LowerBound
getset

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

◆ Step

System.Windows.Media.Media3D.Quaternion 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

System.Windows.Media.Media3D.Quaternion UpperBound
getset

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