DrawingClusteredFeatureClusterPointStyleEventArgs¶
Namespace: ThinkGeo.Core
Represents the DrawingClusteredFeatureClusterPointStyleEventArgs class.
public class DrawingClusteredFeatureClusterPointStyleEventArgs : System.EventArgs
Inheritance object → EventArgs → DrawingClusteredFeatureClusterPointStyleEventArgs
Properties¶
Cancel¶
Gets or sets the Cancel.
public bool Cancel { get; set; }
Property Value¶
ClusteredFeature¶
Gets or sets the ClusteredFeature.
public Feature ClusteredFeature { get; set; }
Property Value¶
ClusteringFeatures¶
Gets or sets the ClusteringFeatures.
public Collection<Feature> ClusteringFeatures { get; }
Property Value¶
Styles¶
Gets or sets the Styles.
public Collection<Style> Styles { get; }
Property Value¶
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>