ZoomGrid
Class
Represents the grid settings for the DynamicLayer. Specify how the whole Earth surface will be divided into the cells.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ZoomGrid : DependencyObject
Inheritance: objectZoomGrid
Constructors
Initializes a new instance of the ZoomGrid class.
C#
public ZoomGrid()
Properties
Gets or sets latitude divisions in a grid.
C#
public int LatitudesCount { get; set; }
Gets or sets longitude divisions in a grid.
C#
public int LongitudesCount { get; set; }