New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a rectangle geometry.

Definition

Constructors

Initializes a new instance of the rectangle geometry.

C#
public RadRectangleGeometry()

Initializes a new instance of the rectangle geometry.

C#
public RadRectangleGeometry(Rect rect, Size radius)
Parameters:rectRect

Specifies the bounding rectangle of the rectangle geometry.

radiusSize

Specifies the corner radius of the rectangle geometry.

Properties

Radius

Size

Gets or sets the corner radius of the rectangle geometry.

C#
public Size Radius { get; set; }

Rect

Rect

Gets or sets the bounding rectangle of the rectangle geometry.

C#
public Rect Rect { get; set; }