Class ZoomLevelGrid
Inheritance
System.Object
ZoomLevelGrid
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ZoomLevelGrid : DependencyObject
Constructors
ZoomLevelGrid()
Declaration
public ZoomLevelGrid()
ZoomLevelGrid(Int32)
Declaration
public ZoomLevelGrid(int zoom)
Parameters
System.
|
ZoomLevelGrid(Int32, Int32, Int32)
Declaration
public ZoomLevelGrid(int zoom, int cellWidth, int cellHeight)
Parameters
System.
|
System.
|
System.
|
Properties
CellHeight
Declaration
public int CellHeight { get; set; }
Property Value
System.
|
CellWidth
Declaration
public int CellWidth { get; set; }
Property Value
System.
|
MinZoom
Declaration
public int MinZoom { get; set; }
Property Value
System.
|