Kanzi  3.9.6
Kanzi Studio API
Vector3DProperty Interface Reference

Configure vector 3D property types. More...

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

Properties

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

Detailed Description

Configure vector 3D property types.

See also
PropertyTypeLibrary.CreateVector3DProperty

Property Documentation

◆ LowerBound

System.Windows.Media.Media3D.Vector3D LowerBound
getset

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

◆ Step

System.Windows.Media.Media3D.Vector3D 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.Vector3D UpperBound
getset

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