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