Class ZoomLevelGrid
Represents the grid settings for the VirtualizationLayer.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ZoomLevelGrid : DependencyObject
Constructors
ZoomLevelGrid()
Initializes a new instance of the ZoomLevelGrid class.
Declaration
public ZoomLevelGrid()
ZoomLevelGrid(Int32)
Initializes a new instance of the ZoomLevelGrid class.
Declaration
public ZoomLevelGrid(int zoom)
Parameters
System.Int32
zoom
Minimal zoom. |
ZoomLevelGrid(Int32, Int32, Int32)
Initializes a new instance of the ZoomLevelGrid class.
Declaration
public ZoomLevelGrid(int zoom, int cellWidth, int cellHeight)
Parameters
System.Int32
zoom
Minimal zoom. |
System.Int32
cellWidth
Width of the cell in pixels. |
System.Int32
cellHeight
Height of the cell in pixels. |
Properties
CellHeight
Gets or sets height of the cell in pixels.
Declaration
public int CellHeight { get; set; }
Property Value
System.Int32
|
CellWidth
Gets or sets width of the cell in pixels.
Declaration
public int CellWidth { get; set; }
Property Value
System.Int32
|
MinZoom
Gets or sets minimal zoom.
Declaration
public int MinZoom { get; set; }
Property Value
System.Int32
|