Properties | List of all members
Vector3DProperty Interface Reference

Configure vector 3D property types. More...

Inheritance diagram for Vector3DProperty:
TypedProperty< System.Windows.Media.Media3D.Vector3D >

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

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.

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