Class MapRectangleView
Inheritance
System.Object
MapRectangleView
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapRectangleView : MapShapeBindableWrapper
Constructors
Declaration
public MapRectangleView()
Fields
Declaration
public static readonly DependencyProperty HeightListenerProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty WidthListenerProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Location Location { get; set; }
Property Value
Declaration
public double RadiusX { get; set; }
Property Value
Declaration
public double RadiusY { get; set; }
Property Value
Extension Methods