C# Class Petzold.Media2D.ArrowLine

Draws a straight line between two points with optional arrows on the ends.
Inheritance: ArrowLineBase
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
X1Property System.Windows.DependencyProperty
X2Property System.Windows.DependencyProperty
Y1Property System.Windows.DependencyProperty
Y2Property System.Windows.DependencyProperty

Property Details

X1Property public static property

Identifies the X1 dependency property.
public static DependencyProperty,System.Windows X1Property
return System.Windows.DependencyProperty

X2Property public static property

Identifies the X2 dependency property.
public static DependencyProperty,System.Windows X2Property
return System.Windows.DependencyProperty

Y1Property public static property

Identifies the Y1 dependency property.
public static DependencyProperty,System.Windows Y1Property
return System.Windows.DependencyProperty

Y2Property public static property

Identifies the Y2 dependency property.
public static DependencyProperty,System.Windows Y2Property
return System.Windows.DependencyProperty