C# Class Petzold.Media2D.ArrowLineBase

Provides a base class for ArrowLine and ArrowPolyline. This class is abstract.
Inheritance: System.Windows.Shapes.Shape
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
ArrowAngleProperty System.Windows.DependencyProperty
ArrowEndsProperty System.Windows.DependencyProperty
ArrowLengthProperty System.Windows.DependencyProperty
IsArrowClosedProperty System.Windows.DependencyProperty

Protected Properties

Свойство Type Description
PathfigLine System.Windows.Media.PathFigure
Pathgeo System.Windows.Media.PathGeometry
PolysegLine System.Windows.Media.PolyLineSegment

Méthodes publiques

Méthode Description
ArrowLineBase ( ) : System.Windows

Initializes a new instance of ArrowLineBase.

Private Methods

Méthode Description
CalculateArrow ( System.Windows.Media.PathFigure pathfig, Point pt1, Point pt2 ) : System.Windows.Media.PathFigure

Method Details

ArrowLineBase() public méthode

Initializes a new instance of ArrowLineBase.
public ArrowLineBase ( ) : System.Windows
Résultat System.Windows

Property Details

ArrowAngleProperty public_oe static_oe property

Identifies the ArrowAngle dependency property.
public static DependencyProperty,System.Windows ArrowAngleProperty
Résultat System.Windows.DependencyProperty

ArrowEndsProperty public_oe static_oe property

Identifies the ArrowEnds dependency property.
public static DependencyProperty,System.Windows ArrowEndsProperty
Résultat System.Windows.DependencyProperty

ArrowLengthProperty public_oe static_oe property

Identifies the ArrowLength dependency property.
public static DependencyProperty,System.Windows ArrowLengthProperty
Résultat System.Windows.DependencyProperty

IsArrowClosedProperty public_oe static_oe property

Identifies the IsArrowClosed dependency property.
public static DependencyProperty,System.Windows IsArrowClosedProperty
Résultat System.Windows.DependencyProperty

PathfigLine protected_oe property

protected PathFigure,System.Windows.Media PathfigLine
Résultat System.Windows.Media.PathFigure

Pathgeo protected_oe property

protected PathGeometry,System.Windows.Media Pathgeo
Résultat System.Windows.Media.PathGeometry

PolysegLine protected_oe property

protected PolyLineSegment,System.Windows.Media PolysegLine
Résultat System.Windows.Media.PolyLineSegment