New to Telerik UI for WPFStart a free 30-day trial

Event args for the NoStyleVectorTileRendering event.

Definition

Namespace:Telerik.Windows.Controls.Map.VectorTiles.Rendering

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class NoStyleVectorTileRenderingEventArgs : EventArgs

Inheritance: objectEventArgsNoStyleVectorTileRenderingEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets the background color of the vector tile.

C#
public Color BackgroundColor { get; set; }

Gets the rendered Layers.

C#
public List<VectorTileLayerRenderInfo> Layers { get; }

Gets the zoom level of the vector tile.

C#
public double ZoomLevel { get; }
In this article
DefinitionPropertiesBackgroundColorLayersZoomLevel
Not finding the help you need?
Contact Support