New to Telerik UI for WPFStart a free 30-day trial

Represents the MapRectangleGeometry class.

Definition

Constructors

Initializes a new instance of the MapRectangleGeometry class.

C#
public MapRectangleGeometry()

Fields

RadiusXProperty

DependencyProperty

Identifies the RadiusX dependency property.

C#
public static readonly DependencyProperty RadiusXProperty

RadiusYProperty

DependencyProperty

Identifies the RadiusY dependency property.

C#
public static readonly DependencyProperty RadiusYProperty

RectProperty

DependencyProperty

Identifies the Rect dependency property.

C#
public static readonly DependencyProperty RectProperty

Properties

Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle. This is a dependency property.

C#
public double RadiusX { get; set; }

Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle. This is a dependency property.

C#
public double RadiusY { get; set; }

Gets or sets the dimensions of the rectangle. This is a dependency property.

C#
public LocationRect Rect { get; set; }