Class ArrowLine
Provides arrow line rendering support, which includes a positioning attributes.
Inheritance
System.Object
ArrowLine
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ArrowLine : DependencyObject
Constructors
ArrowLine()
Initializes a new instance of the ArrowLine class.
Declaration
public ArrowLine()
Fields
pathFigureLine
Declaration
protected PathFigure pathFigureLine
Field Value
Type |
---|
System.Windows.Media.PathFigure |
pathGeometry
Declaration
protected PathGeometry pathGeometry
Field Value
Type |
---|
System.Windows.Media.PathGeometry |
X1Property
The DependencyProperty for X1 property.
Declaration
public static readonly DependencyProperty X1Property
Field Value
Type |
---|
System.Windows.DependencyProperty |
X2Property
The DependencyProperty for X2 property.
Declaration
public static readonly DependencyProperty X2Property
Field Value
Type |
---|
System.Windows.DependencyProperty |
Y1Property
The DependencyProperty for Y1 property.
Declaration
public static readonly DependencyProperty Y1Property
Field Value
Type |
---|
System.Windows.DependencyProperty |
Y2Property
The DependencyProperty for Y2 property.
Declaration
public static readonly DependencyProperty Y2Property
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
X1
Gets or sets the x-coordinate of the ArrowLine start point.
Declaration
public double X1 { get; set; }
Property Value
Type |
---|
System.Double |
X2
Gets or sets the x-coordinate of the ArrowLine end point.
Declaration
public double X2 { get; set; }
Property Value
Type |
---|
System.Double |
Y1
Gets or sets the y-coordinate of the ArrowLine start point.
Declaration
public double Y1 { get; set; }
Property Value
Type |
---|
System.Double |
Y2
Gets or sets the y-coordinate of the ArrowLine end point.
Declaration
public double Y2 { get; set; }
Property Value
Type |
---|
System.Double |
Methods
GetGeometry()
Draw a arrow line.
Declaration
public Geometry GetGeometry()
Returns
Type | Description |
---|---|
System.Windows.Media.Geometry | Return the pathGeometry of arrow line. |
See Also
System.Windows.DependencyObject