Class
MiniMapRectangle

Represents the MiniMapRectangle class

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public class MiniMapRectangle

Inheritance: objectMiniMapRectangle

Constructors

MiniMapRectangle(Rectangle)

Represents the MiniMapRectangle class

Declaration

cs-api-definition
public MiniMapRectangle(Rectangle rect)

Parameters

rect

Rectangle

Properties

CanvasLeft

Get the Rectangle CanvasLeft

Declaration

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

Property Value

double

CanvasTop

Get the Rectangle CanvasTop

Declaration

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

Property Value

double

Rectangle

Get and Set the Rectangle

Declaration

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

Property Value

Rectangle

RectangleHeight

Get the Rectangle height

Declaration

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

Property Value

double

RectangleWidth

Get the Rectangle width

Declaration

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

Property Value

double