Tile layer rendering settings.
Definition
Namespace:Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class VectorTileLayerRenderInfo
Inheritance: objectVectorTileLayerRenderInfo
Constructors
Properties
Gets or sets a value indicating whether this layer rendering should be cancelled or not.
C#
public bool Cancel { get; set; }
Gets the Layer features.
C#
public List<VectorTileFeatureRenderInfo> Features { get; }