Class ArcGeometry
Represents an arc geometry.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class ArcGeometry : Geometry
Constructors
ArcGeometry()
Declaration
public ArcGeometry()
Properties
Height
Gets or sets the height of the Arc.
Declaration
public float Height { get; set; }
Property Value
Type |
---|
System.Single |
Pen
Gets or sets represents how the outline of the arc is drawn.
Declaration
public Pen Pen { get; set; }
Property Value
Type |
---|
Pen |
StartAngle
Gets or sets the starting angle.
Declaration
public float StartAngle { get; set; }
Property Value
Type |
---|
System.Single |
SweepAngle
Gets or sets the sweep angle.
Declaration
public float SweepAngle { get; set; }
Property Value
Type |
---|
System.Single |
Width
Gets or sets the width of the Arc.
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |
X
Gets or sets the X position of Arc.
Declaration
public float X { get; set; }
Property Value
Type |
---|
System.Single |
Y
Gets or sets the Y position of Arc.
Declaration
public float Y { get; set; }
Property Value
Type |
---|
System.Single |