Represents a converter that can be used by a progress bar control to construct a Brush that can be used to highlight a progress bar indicator.
- Inheritance:
- object object
Remarks
This converter expects the following source values to be specified:
- Source Brush - A Brush that should be used as a basis for the Brush created by this converter.
- Width - A double that indicates the width of the progress bar.
- Height - A double that indicates the height of the progress bar.
Examples
Constructors
ProgressBarHighlightBrushConverter()
Initializes an instance of the class.
Methods
Convert(object[], Type, object, CultureInfo)
Converts source values into a Brush that can be used to render a progress bar indicator.
Parameter | Type | Description |
---|---|---|
values | object[] | The array of values that the source bindings in the Multi |
targetType | Type | The type of the binding target property. |
parameter | object | The converter parameter to use. |
culture | Culture |
The culture to use in the converter. |
Returns
Remarks
See Progress
ConvertBack(object, Type[], object, CultureInfo)
This method always returns null
and should not be used.
Parameter | Type | Description |
---|---|---|
value | object | Not used. |
targetTypes | Type[] | Not used. |
parameter | object | Not used. |
culture | Culture |
Not used. |
Returns
- object[]:
null
.