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