Class RadMapRectangle
Inheritance
System.Object
RadMapRectangle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadMapRectangle
Constructors
RadMapRectangle(Rectangle)
Properties
CanvasBottom
Declaration
public double CanvasBottom { get; }
Property Value
System.Double
|
CanvasLeft
Declaration
public double CanvasLeft { get; }
Property Value
System.Double
|
CanvasRight
Declaration
public double CanvasRight { get; }
Property Value
System.Double
|
CanvasTop
Declaration
public double CanvasTop { get; }
Property Value
System.Double
|
Color
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
Rectangle
RectangleColorValue
Declaration
public string RectangleColorValue { get; }
Property Value
System.String
|
Visibility
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
ZIndex
Declaration
public int ZIndex { get; }
Property Value
System.Int32
|