Class EllipseGeometry
Represents the geometry of a circle or ellipse.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class EllipseGeometry : Geometry
Constructors
EllipseGeometry()
Declaration
public EllipseGeometry()
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 |
Pen
Gets or sets represents how the outline of the line is drawn.
Declaration
public Pen Pen { get; set; }
Property Value
Type |
---|
Pen |
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 |