IconSetFormat Members
Contains formatting settings for an Icon Sets conditional format.Constructors
| Name | Description |
|---|---|
| IconSetFormat() | Initializes a new instance of the IconSetFormat class with default settings. |
Fields
| Name | Description |
|---|---|
| ElementsProperty static | Identifies the IconSetFormat.Elements dependency property. |
| ElementThresholdTypeProperty static | Identifies the IconSetFormat.ElementThresholdType dependency property. |
| IconSetTypeProperty static | Identifies the IconSetFormat.IconSetType dependency property. |
| IconVerticalAlignmentProperty static | Identifies the IconSetFormat.IconVerticalAlignment dependency property. |
Properties
| Name | Description |
|---|---|
| Elements | Gets or sets a custom icon set. This is a dependency property. |
| ElementThresholdType | Specifies the threshold type for icons. This is a dependency property. |
| IconSetType | Gets or sets the currently used set of icons. This is a dependency property. |
| IconVerticalAlignment | Specifies the vertical alignment for the icon. This is a dependency property. |
Methods
| Name | Description |
|---|---|
| CoerceDataBarFormatInfo(DataBarFormatInfo, FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
See Also