Skip to content

ClusterringMarkersClusterPointMarkerStyleEventArgs

Namespace: ThinkGeo.UI.Wpf

public class ClusterringMarkersClusterPointMarkerStyleEventArgs : System.EventArgs

Inheritance ObjectEventArgsClusterringMarkersClusterPointMarkerStyleEventArgs

Properties

Cancel

Gets or sets a value indicating whether clustering should be cancelled for this set of features.

public bool Cancel { get; set; }

Property Value

Boolean

ClusteredMarker

Gets or sets the marker that will be used to display the cluster.

public Marker ClusteredMarker { get; set; }

Property Value

Marker

ClusteringFeatures

Gets the collection of features that are included in the cluster.

public Collection<Feature> ClusteringFeatures { get; }

Property Value

Collection<Feature>

Constructors

ClusterringMarkersClusterPointMarkerStyleEventArgs()

Initializes a new instance of the ClusterringMarkersClusterPointMarkerStyleEventArgs class.

public ClusterringMarkersClusterPointMarkerStyleEventArgs()

ClusterringMarkersClusterPointMarkerStyleEventArgs(Marker, IEnumerable<Feature>)

Initializes a new instance of the ClusterringMarkersClusterPointMarkerStyleEventArgs class with event data.

public ClusterringMarkersClusterPointMarkerStyleEventArgs(Marker clusteredMarker, IEnumerable<Feature> clusteringFeatures)

Parameters

clusteredMarker Marker
The marker that will represent the cluster.

clusteringFeatures IEnumerable<Feature>
The features combined into the cluster.