Class ItemsRequestEventArgs
Represents arguments of the ItemsRequestEvent class.
Inheritance
System.Object
ItemsRequestEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ItemsRequestEventArgs : Object
Properties
Layer
The DynamicLayer instance.
Declaration
public DynamicLayer Layer { get; }
Property Value
DynamicLayer
|
LowerRight
MaxZoom
Maximal zoom.
Declaration
public double MaxZoom { get; }
Property Value
System.Double
|
MinZoom
Minimal zoom.
Declaration
public double MinZoom { get; }
Property Value
System.Double
|
UpperLeft
Methods
CompleteItemsRequest(IEnumerable<Object>)
Completes dynamic items request, adds items to the dynamic layer.
Declaration
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters
System.Collections.Generic.IEnumerable<System.Object>
items
Returned items. |