Class RadRectangleGeometry
Represents a rectangle geometry.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadRectangleGeometry : RadGeometry, INotifyPropertyChanged
Constructors
RadRectangleGeometry()
Initializes a new instance of the rectangle geometry.
Declaration
public RadRectangleGeometry()
RadRectangleGeometry(Rect, Size)
Initializes a new instance of the rectangle geometry.
Declaration
public RadRectangleGeometry(Rect rect, Size radius)
Parameters
Microsoft.Maui.Graphics.Rect
rect
Specifies the bounding rectangle of the rectangle geometry. |
Microsoft.Maui.Graphics.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
Microsoft.Maui.Graphics.Size
|
Rect
Gets or sets the bounding rectangle of the rectangle geometry.
Declaration
public Rect Rect { get; set; }
Property Value
Microsoft.Maui.Graphics.Rect
|