MeasureRules Members
Contains measure rules for vector items.Constructors
| Name | Description |
|---|---|
| MeasureRules() | Initializes a new instance of the MeasureRules class with default settings. |
Fields
| Name | Description |
|---|---|
| ApproximateValuesProperty static | Identifies the MeasureRules.ApproximateValues dependency property. |
| RangeDistributionProperty static | Identifies the MeasureRules.RangeDistribution dependency property. |
| RangeStopsProperty static | Identifies the MeasureRules.RangeStops dependency property. |
| ValueProviderProperty static | Identifies the MeasureRules.ValueProvider dependency property. |
Properties
| Name | Description |
|---|---|
| ApproximateValues | Gets or sets a value indicating whether it’s necessary to approximate values for measure rules. |
| RangeDistribution | Gets or sets the range distribution for these measure rules. |
| RangeStops | Gets range stops for these measure rules. |
| ValueProvider | Provides values from these measure rules. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also