Class RadEllipseGeometry
Represents an ellipse geometry.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadEllipseGeometry : RadGeometry, INotifyPropertyChanged
Constructors
RadEllipseGeometry()
Initializes a new instance of the ellipse geometry.
Declaration
public RadEllipseGeometry()
RadEllipseGeometry(Point, Size)
Initializes a new instance of the ellipse geometry.
Declaration
public RadEllipseGeometry(Point center, Size radius)
Parameters
Microsoft.Maui.Graphics.Point
center
Specifies the center point of the ellipse geometry. |
Microsoft.Maui.Graphics.Size
radius
Specifies the radius of the ellipse geometry. |
Properties
Center
Gets or sets the center point of the ellipse geometry.
Declaration
public Point Center { get; set; }
Property Value
Microsoft.Maui.Graphics.Point
|
Radius
Gets or sets the radius of the ellipse geometry.
Declaration
public Size Radius { get; set; }
Property Value
Microsoft.Maui.Graphics.Size
|