Class MapRectangleGeometry
Represents the MapRectangleGeometry class.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapRectangleGeometry : MapGeometry
Constructors
MapRectangleGeometry()
Initializes a new instance of the MapRectangleGeometry class.
Declaration
public MapRectangleGeometry()
Fields
RadiusXProperty
Identifies the RadiusX dependency property.
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
System.Windows.DependencyProperty
|
RadiusYProperty
Identifies the RadiusY dependency property.
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
System.Windows.DependencyProperty
|
RectProperty
Identifies the Rect dependency property.
Declaration
public static readonly DependencyProperty RectProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RadiusX
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.
Declaration
public double RadiusX { get; set; }
Property Value
System.Double
|
RadiusY
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.
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
|
Rect
Gets or sets the dimensions of the rectangle. This is a dependency property.
Declaration
public LocationRect Rect { get; set; }
Property Value
LocationRect
|