DrawingClusteredFeatureClusterPointStyleEventArgs¶
Namespace: ThinkGeo.Core
public class DrawingClusteredFeatureClusterPointStyleEventArgs : System.EventArgs
Inheritance Object → EventArgs → DrawingClusteredFeatureClusterPointStyleEventArgs
Properties¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
ClusteredFeature¶
public Feature ClusteredFeature { get; set; }
Property Value¶
ClusteringFeatures¶
public Collection<Feature> ClusteringFeatures { get; }
Property Value¶
Styles¶
public Collection<Style> Styles { get; }
Property Value¶
Constructors¶
DrawingClusteredFeatureClusterPointStyleEventArgs()¶
public DrawingClusteredFeatureClusterPointStyleEventArgs()
DrawingClusteredFeatureClusterPointStyleEventArgs(Feature, IEnumerable<Feature>, IEnumerable<Style>)¶
public DrawingClusteredFeatureClusterPointStyleEventArgs(Feature clusteredFeature, IEnumerable<Feature> clusteringFeatures, IEnumerable<Style> styles)
Parameters¶
clusteredFeature
Feature
clusteringFeatures
IEnumerable<Feature>
styles
IEnumerable<Style>