C# Class HelixToolkit.Wpf.ArrowVisual3D

A visual element that shows an arrow.
Inheritance: MeshElement3D
Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
DiameterProperty System.Windows.DependencyProperty
HeadLengthProperty System.Windows.DependencyProperty
Point1Property System.Windows.DependencyProperty
Point2Property System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty

Protected Methods

Method Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected method

Do the tesselation and return the MeshGeometry3D.
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
return System.Windows.Media.Media3D.MeshGeometry3D

Property Details

DiameterProperty public static property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
return System.Windows.DependencyProperty

HeadLengthProperty public static property

Identifies the HeadLength dependency property.
public static DependencyProperty,System.Windows HeadLengthProperty
return System.Windows.DependencyProperty

Point1Property public static property

Identifies the Point1 dependency property.
public static DependencyProperty,System.Windows Point1Property
return System.Windows.DependencyProperty

Point2Property public static property

Identifies the Point2 dependency property.
public static DependencyProperty,System.Windows Point2Property
return System.Windows.DependencyProperty

ThetaDivProperty public static property

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
return System.Windows.DependencyProperty