Class EllipseSegment
Represents an ellipse segment.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class EllipseSegment : Segment
Constructors
EllipseSegment()
Declaration
public EllipseSegment()
Properties
Bounds
Gets or sets represents the bounds of the ellipse.
Declaration
public Rectangle Bounds { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
Height
Gets or sets the height of the ellipse.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width of the ellipse.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
X
Gets or sets the X position of the ellipse.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets or sets the Y position of the ellipse.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |