Class RadRectangleGeometry
Represents a rectangle geometry.
Inherited Members
Namespace: Telerik.Maui.Controls.Paths
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. Specifies the bounding rectangle of the rectangle geometry. |
Microsoft. 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.
|
Rect
Gets or sets the bounding rectangle of the rectangle geometry.
Declaration
public Rect Rect { get; set; }
Property Value
Microsoft.
|