Class VectorTileFeatureRenderInfo
Rendering settings for vector tile feature.
Inheritance
Namespace: Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class VectorTileFeatureRenderInfo : Object
Constructors
VectorTileFeatureRenderInfo(RadVectorFeatureGeometryType, String, Double, LayerType, Dictionary<String, Object>)
Initializes a new instance of the Vector
Declaration
public VectorTileFeatureRenderInfo(RadVectorFeatureGeometryType geometryType, string id, double zoom, LayerType layerType, Dictionary<string, object> properties)
Parameters
Rad
|
System.
|
System.
|
Layer
|
System.
|
Properties
Cancel
Gets or sets a value indicating whether this feature rendering should be cancelled or not.
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
GeometryType
Gets the vector feature geometry type.
Declaration
public RadVectorFeatureGeometryType GeometryType { get; }
Property Value
Id
Gets the feature Id.
Declaration
public string Id { get; }
Property Value
System.
|
LayerType
Gets the feature parent layer rendering type.
Declaration
public LayerType LayerType { get; set; }
Property Value
Layout
Gets the feature text rendering settings.
Declaration
public LayoutRenderInfo Layout { get; set; }
Property Value
Paint
Gets the feature geometry rendering settings.
Declaration
public PaintRenderInfo Paint { get; set; }
Property Value
Properties
Gets the feature properties data.
Declaration
public Dictionary<string, object> Properties { get; }
Property Value
System.
|
Zoom
Gets the feature zoom.
Declaration
public double Zoom { get; }
Property Value
System.
|