Class ArcSegment
Represents an Arc segment.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class ArcSegment : Segment
Constructors
ArcSegment()
Declaration
public ArcSegment()
Properties
Height
Gets or sets the height of the Arc.
Declaration
public float Height { get; set; }
Property Value
Type |
---|
System.Single |
StartAngle
Gets or sets the starting angle of the Arc.
Declaration
public float StartAngle { get; set; }
Property Value
Type |
---|
System.Single |
SweepAngle
Gets or sets the sweep angle of the Arc.
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 the Arc.
Declaration
public float X { get; set; }
Property Value
Type |
---|
System.Single |
Y
Gets or sets the Y position of the Arc.
Declaration
public float Y { get; set; }
Property Value
Type |
---|
System.Single |