Class
NoStyleVectorTileRenderingEventArgs

Event args for the NoStyleVectorTileRendering event.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class NoStyleVectorTileRenderingEventArgs : EventArgs

Inheritance: objectEventArgsNoStyleVectorTileRenderingEventArgs

Inherited Members EventArgs.Empty

Properties

BackgroundColor

Gets or sets the background color of the vector tile.

Declaration

cs-api-definition
public Color BackgroundColor { get; set; }

Property Value

Color

Layers

Gets the rendered Layers.

Declaration

cs-api-definition
public List<VectorTileLayerRenderInfo> Layers { get; }

Property Value

List<VectorTileLayerRenderInfo>

ZoomLevel

Gets the zoom level of the vector tile.

Declaration

cs-api-definition
public double ZoomLevel { get; }

Property Value

double

In this article
DefinitionPropertiesBackgroundColorLayersZoomLevel
Not finding the help you need?
Contact Support