Skip to content

DrawingClusteredFeatureClusterPointStyleEventArgs

Namespace: ThinkGeo.Core

Represents the DrawingClusteredFeatureClusterPointStyleEventArgs class.

public class DrawingClusteredFeatureClusterPointStyleEventArgs : System.EventArgs

Inheritance objectEventArgsDrawingClusteredFeatureClusterPointStyleEventArgs

Properties

Cancel

Gets or sets the Cancel.

public bool Cancel { get; set; }

Property Value

bool

ClusteredFeature

Gets or sets the ClusteredFeature.

public Feature ClusteredFeature { get; set; }

Property Value

Feature

ClusteringFeatures

Gets or sets the ClusteringFeatures.

public Collection<Feature> ClusteringFeatures { get; }

Property Value

Collection<Feature>

Styles

Gets or sets the Styles.

public Collection<Style> Styles { get; }

Property Value

Collection<Style>

Constructors

DrawingClusteredFeatureClusterPointStyleEventArgs()

Initializes a new instance of the DrawingClusteredFeatureClusterPointStyleEventArgs class.

public DrawingClusteredFeatureClusterPointStyleEventArgs()

DrawingClusteredFeatureClusterPointStyleEventArgs(Feature, IEnumerable<Feature>, IEnumerable<Style>)

Initializes a new instance of the DrawingClusteredFeatureClusterPointStyleEventArgs class.

public DrawingClusteredFeatureClusterPointStyleEventArgs(Feature clusteredFeature, IEnumerable<Feature> clusteringFeatures, IEnumerable<Style> styles)

Parameters

clusteredFeature Feature

clusteringFeatures IEnumerable<Feature>

styles IEnumerable<Style>