ClassNoStyleVectorTileRenderingEventArgs
Class
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
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