Class RadRectangleGeometry
Represents a rectangle geometry.
Inherited Members
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class RadRectangleGeometry : RadGeometry, INotifyPropertyChanged
Constructors
RadRectangleGeometry()
Initializes a new instance of the rectangle geometry.
Declaration
public RadRectangleGeometry()
RadRectangleGeometry(Rectangle, Size)
Initializes a new instance of the rectangle geometry.
Declaration
public RadRectangleGeometry(Rectangle rect, Size radius)
Parameters
Xamarin.Forms.Rectangle
rect
Specifies the bounding rectangle of the rectangle geometry. |
Xamarin.Forms.Size
radius
Specifies the corner radius of the rectangle geometry. |
Properties
Radius
Gets or sets the corner radius of the rectangle geometry.
Declaration
public Size Radius { get; set; }
Property Value
Xamarin.Forms.Size
|
Rect
Gets or sets the bounding rectangle of the rectangle geometry.
Declaration
public Rectangle Rect { get; set; }
Property Value
Xamarin.Forms.Rectangle
|