GottenFeatureValueClassBreakStyleEventArgs¶
Namespace: ThinkGeo.Core
Represents the GottenFeatureValueClassBreakStyleEventArgs class.
public class GottenFeatureValueClassBreakStyleEventArgs : System.EventArgs
Inheritance object → EventArgs → GottenFeatureValueClassBreakStyleEventArgs
Properties¶
Value¶
Gets or sets the Value.
public double Value { get; set; }
Property Value¶
Feature¶
Gets or sets the Feature.
public Feature Feature { get; set; }
Property Value¶
ColumnName¶
Gets or sets the ColumnName.
public string ColumnName { get; set; }
Property Value¶
Constructors¶
GottenFeatureValueClassBreakStyleEventArgs()¶
Initializes a new instance of the GottenFeatureValueClassBreakStyleEventArgs class.
public GottenFeatureValueClassBreakStyleEventArgs()
GottenFeatureValueClassBreakStyleEventArgs(Feature, string, double)¶
Initializes a new instance of the GottenFeatureValueClassBreakStyleEventArgs class.
public GottenFeatureValueClassBreakStyleEventArgs(Feature feature, string columnName, double value)
Parameters¶
feature Feature
columnName string
value double