Class
RadMapItemsPresenter

Represents the RadMapItemsPresenter class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class RadMapItemsPresenter

Inheritance: objectRadMapItemsPresenter

Constructors

RadMapItemsPresenter(ItemsPresenter)

Represents the RadMapItemsPresenter class

Declaration

cs-api-definition
public RadMapItemsPresenter(ItemsPresenter presenter)

Parameters

presenter

ItemsPresenter

Properties

CanvasLeft

Get the ItemsPresenter CanvasLeft

Declaration

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

Property Value

double

CanvasTop

Get the ItemsPresenter CanvasTop

Declaration

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

Property Value

double

Height

Get the ItemsPresenter height

Declaration

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

Property Value

double

ItemsPresenter

Get and Set the ItemsPresenter

Declaration

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

Property Value

ItemsPresenter

Visibility

Get the ItemsPresenter visibility

Declaration

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

Property Value

Visibility

Width

Get the ItemsPresenter width

Declaration

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

Property Value

double