Class VectorTileLayerRenderInfo
Tile layer rendering settings.
Inheritance
Namespace: Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class VectorTileLayerRenderInfo : Object
Constructors
VectorTileLayerRenderInfo(String, Int64, Int64, Int32)
Initializes a new instance of the VectorTileLayerRenderInfo class.
Declaration
public VectorTileLayerRenderInfo(string name, long extent, long version, int zIndex)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Cancel
Gets or sets a value indicating whether this layer rendering should be cancelled or not.
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
Extent
Gets the layer extent.
Declaration
public long Extent { get; }
Property Value
System.
|
Features
Gets the Layer features.
Declaration
public List<VectorTileFeatureRenderInfo> Features { get; }
Property Value
System.
|
LayerType
Gets the layer rendering type.
Declaration
public LayerType LayerType { get; set; }
Property Value
Name
Gets the Layer name.
Declaration
public string Name { get; }
Property Value
System.
|
Version
Gets the layer version.
Declaration
public long Version { get; }
Property Value
System.
|
ZIndex
Gets the layer ZIndex.
Declaration
public int ZIndex { get; }
Property Value
System.
|