Class RadEllipseGeometry
Represents an ellipse geometry.
Inherited Members
Namespace: Telerik.Maui.Controls.Paths
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. Specifies the center point of the ellipse geometry. |
Microsoft. 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.
|
Radius
Gets or sets the radius of the ellipse geometry.
Declaration
public Size Radius { get; set; }
Property Value
Microsoft.
|