Class MapItemsRequestEventArgs
Inheritance
System.Object
MapItemsRequestEventArgs
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapItemsRequestEventArgs : Object
Properties
Layer
LowerRight
MaxZoom
Declaration
public double MaxZoom { get; }
Property Value
System.
|
MinZoom
Declaration
public double MinZoom { get; }
Property Value
System.
|
Region
UpperLeft
Methods
CompleteItemsRequest(IEnumerable<Object>)
Declaration
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters
System.
|