Properties | List of all members
Vector4DProperty Interface Reference

Configure vector 4D property types. More...

Inheritance diagram for Vector4DProperty:
TypedProperty< System.Windows.Media.Media3D.Quaternion >

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

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.

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
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.