C# Class HelixToolkit.Wpf.CoordinateSystemVisual3D

A visual element that shows a coordinate system with arrows in the X, Y and Z directions.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
ArrowLengthsProperty System.Windows.DependencyProperty
XAxisColorProperty System.Windows.DependencyProperty
YAxisColorProperty System.Windows.DependencyProperty
ZAxisColorProperty System.Windows.DependencyProperty

Public Methods

Method Description
CoordinateSystemVisual3D ( ) : System.Windows

Initializes a new instance of the CoordinateSystemVisual3D class.

Protected Methods

Method Description
GeometryChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The geometry changed.

OnGeometryChanged ( ) : void

Called when the geometry has changed.

Method Details

CoordinateSystemVisual3D() public method

Initializes a new instance of the CoordinateSystemVisual3D class.
public CoordinateSystemVisual3D ( ) : System.Windows
return System.Windows

GeometryChanged() protected static method

The geometry changed.
protected static GeometryChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
return void

OnGeometryChanged() protected method

Called when the geometry has changed.
protected OnGeometryChanged ( ) : void
return void

Property Details

ArrowLengthsProperty public_oe static_oe property

Identifies the ArrowLengths dependency property.
public static DependencyProperty,System.Windows ArrowLengthsProperty
return System.Windows.DependencyProperty

XAxisColorProperty public_oe static_oe property

Identifies the XAxisColor dependency property.
public static DependencyProperty,System.Windows XAxisColorProperty
return System.Windows.DependencyProperty

YAxisColorProperty public_oe static_oe property

Identifies the YAxisColor dependency property.
public static DependencyProperty,System.Windows YAxisColorProperty
return System.Windows.DependencyProperty

ZAxisColorProperty public_oe static_oe property

Identifies the ZAxisColor dependency property.
public static DependencyProperty,System.Windows ZAxisColorProperty
return System.Windows.DependencyProperty