IconSetElement Members
Represents a particular element of an icon set.Constructors
| Name | Description |
|---|---|
| IconSetElement() | Initializes a new instance of the IconSetElement class with default settings. |
Fields
| Name | Description |
|---|---|
| IconProperty static | Identifies the IconSetElement.Icon dependency property. |
| ThresholdComparisonTypeProperty static | Identifies the IconSetElement.ThresholdComparisonType dependency property. |
| ThresholdProperty static | Identifies the IconSetElement.Threshold dependency property. |
Properties
| Name | Description |
|---|---|
| Icon | Specifies the icon image. This is a dependency property. |
| Threshold | Specifies the threshold corresponding to the icon. This is a dependency property. |
| ThresholdComparisonType | Specifies the threshold comparison type for the icon. This is a dependency property. |
See Also