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