Class NoStyleVectorTileRenderingEventArgs
Event args for the NoStyleVectorTileRendering event.
Inheritance
System.Object
NoStyleVectorTileRenderingEventArgs
Namespace: Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class NoStyleVectorTileRenderingEventArgs : EventArgs
Properties
BackgroundColor
Gets or sets the background color of the vector tile.
Declaration
public Color BackgroundColor { get; set; }
Property Value
System.Windows.Media.Color
|
Layers
Gets the rendered Layers.
Declaration
public List<VectorTileLayerRenderInfo> Layers { get; }
Property Value
System.Collections.Generic.List<VectorTileLayerRenderInfo>
|
ZoomLevel
Gets the zoom level of the vector tile.
Declaration
public double ZoomLevel { get; }
Property Value
System.Double
|