Class
ZoomLevelGrid

Represents the grid settings for the VirtualizationLayer.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ZoomLevelGrid : DependencyObject

Inheritance: objectZoomLevelGrid

Constructors

ZoomLevelGrid()

Initializes a new instance of the ZoomLevelGrid class.

Declaration

cs-api-definition
public ZoomLevelGrid()

ZoomLevelGrid(int)

Initializes a new instance of the ZoomLevelGrid class.

Declaration

cs-api-definition
public ZoomLevelGrid(int zoom)

Parameters

zoom

int

Minimal zoom.

ZoomLevelGrid(int, int, int)

Initializes a new instance of the ZoomLevelGrid class.

Declaration

cs-api-definition
public ZoomLevelGrid(int zoom, int cellWidth, int cellHeight)

Parameters

zoom

int

Minimal zoom.

cellWidth

int

Width of the cell in pixels.

cellHeight

int

Height of the cell in pixels.

Properties

CellHeight

Gets or sets height of the cell in pixels.

Declaration

cs-api-definition
public int CellHeight { get; set; }

Property Value

int

CellWidth

Gets or sets width of the cell in pixels.

Declaration

cs-api-definition
public int CellWidth { get; set; }

Property Value

int

MinZoom

Gets or sets minimal zoom.

Declaration

cs-api-definition
public int MinZoom { get; set; }

Property Value

int