Class
RadMapRectangle

Represents the RadMapRectangle class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class RadMapRectangle

Inheritance: objectRadMapRectangle

Constructors

RadMapRectangle(Rectangle)

Represents the RadMapRectangle class

Declaration

cs-api-definition
public RadMapRectangle(Rectangle rectangle)

Parameters

rectangle

Rectangle

Properties

CanvasBottom

Get the Rectangle CanvasBottom

Declaration

cs-api-definition
public double CanvasBottom { get; }

Property Value

double

CanvasLeft

Get the Rectangle CanvasLeft

Declaration

cs-api-definition
public double CanvasLeft { get; }

Property Value

double

CanvasRight

Get the Rectangle CanvasRight

Declaration

cs-api-definition
public double CanvasRight { get; }

Property Value

double

CanvasTop

Get the Rectangle CanvasTop

Declaration

cs-api-definition
public double CanvasTop { get; }

Property Value

double

Color

Get the Rectangle color

Declaration

cs-api-definition
public Color Color { get; }

Property Value

Color

Height

Get the Rectangle height

Declaration

cs-api-definition
public double Height { get; }

Property Value

double

Rectangle

Get and Set the Rectangle

Declaration

cs-api-definition
public Rectangle Rectangle { get; }

Property Value

Rectangle

RectangleColorValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string RectangleColorValue { get; }

Property Value

string

Visibility

Get the Rectangle visibility

Declaration

cs-api-definition
public Visibility Visibility { get; }

Property Value

Visibility

Width

Get the Rectangle width

Declaration

cs-api-definition
public double Width { get; }

Property Value

double

ZIndex

Get the Rectangle ZIndex

Declaration

cs-api-definition
public int ZIndex { get; }

Property Value

int