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
Properties
BackgroundColor
Color
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; }