New to Telerik UI for WPFStart a free 30-day trial

Represents the grid settings for the VirtualizationLayer.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ZoomLevelGrid : DependencyObject

Inheritance: objectZoomLevelGrid

Constructors

Initializes a new instance of the ZoomLevelGrid class.

C#
public ZoomLevelGrid()

Initializes a new instance of the ZoomLevelGrid class.

C#
public ZoomLevelGrid(int zoom, int cellWidth, int cellHeight)
Parameters:zoomint

Minimal zoom.

cellWidthint

Width of the cell in pixels.

cellHeightint

Height of the cell in pixels.

Initializes a new instance of the ZoomLevelGrid class.

C#
public ZoomLevelGrid(int zoom)
Parameters:zoomint

Minimal zoom.

Properties

Gets or sets height of the cell in pixels.

C#
public int CellHeight { get; set; }

Gets or sets width of the cell in pixels.

C#
public int CellWidth { get; set; }

Gets or sets minimal zoom.

C#
public int MinZoom { get; set; }