Class NoStyleVectorTileRenderingEventArgs
Event args for the NoStyleVectorTileRendering event.
Inheritance
System.Object
System.EventArgs
NoStyleVectorTileRenderingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|