C# Class HelixToolkit.Wpf.ArrowVisual3D

A visual element that shows an arrow.
Inheritance: MeshElement3D
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
DiameterProperty System.Windows.DependencyProperty
HeadLengthProperty System.Windows.DependencyProperty
Point1Property System.Windows.DependencyProperty
Point2Property System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected méthode

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

Property Details

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
Résultat System.Windows.DependencyProperty

HeadLengthProperty public_oe static_oe property

Identifies the HeadLength dependency property.
public static DependencyProperty,System.Windows HeadLengthProperty
Résultat System.Windows.DependencyProperty

Point1Property public_oe static_oe property

Identifies the Point1 dependency property.
public static DependencyProperty,System.Windows Point1Property
Résultat System.Windows.DependencyProperty

Point2Property public_oe static_oe property

Identifies the Point2 dependency property.
public static DependencyProperty,System.Windows Point2Property
Résultat System.Windows.DependencyProperty

ThetaDivProperty public_oe static_oe property

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
Résultat System.Windows.DependencyProperty