Class
VectorTileFeatureRenderInfo

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

RadVectorFeatureGeometryType

id

string

zoom

double

layerType

LayerType

properties

Dictionary<string, object>

Properties

Cancel

Gets or sets a value indicating whether this feature rendering should be cancelled or not.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

GeometryType

Gets the vector feature geometry type.

Declaration

cs-api-definition
public RadVectorFeatureGeometryType GeometryType { get; }

Property Value

RadVectorFeatureGeometryType

Id

Gets the feature Id.

Declaration

cs-api-definition
public string Id { get; }

Property Value

string

LayerType

Gets the feature parent layer rendering type.

Declaration

cs-api-definition
public LayerType LayerType { get; set; }

Property Value

LayerType

Layout

Gets the feature text rendering settings.

Declaration

cs-api-definition
public LayoutRenderInfo Layout { get; set; }

Property Value

LayoutRenderInfo

Paint

Gets the feature geometry rendering settings.

Declaration

cs-api-definition
public PaintRenderInfo Paint { get; set; }

Property Value

PaintRenderInfo

Properties

Gets the feature properties data.

Declaration

cs-api-definition
public Dictionary<string, object> Properties { get; }

Property Value

Dictionary<string, object>

Zoom

Gets the feature zoom.

Declaration

cs-api-definition
public double Zoom { get; }

Property Value

double