Class VectorTileLayerRenderInfo
Tile layer rendering settings.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class VectorTileLayerRenderInfo
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.String
name
|
System.Int64
extent
|
System.Int64
version
|
System.Int32
zIndex
|
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.Boolean
|
Extent
Gets the layer extent.
Declaration
public long Extent { get; }
Property Value
System.Int64
|
Features
Gets the Layer features.
Declaration
public List<VectorTileFeatureRenderInfo> Features { get; }
Property Value
System.Collections.Generic.List<VectorTileFeatureRenderInfo>
|
LayerType
Gets the layer rendering type.
Declaration
public LayerType LayerType { get; set; }
Property Value
LayerType
|
Name
Gets the Layer name.
Declaration
public string Name { get; }
Property Value
System.String
|
Version
Gets the layer version.
Declaration
public long Version { get; }
Property Value
System.Int64
|
ZIndex
Gets the layer ZIndex.
Declaration
public int ZIndex { get; }
Property Value
System.Int32
|