Class BusyIndicatorBrushToColorConverter
Represents a convertor that converts brush to color
Inheritance
System.Object
BusyIndicatorBrushToColorConverter
Implements
System.Windows.Data.IValueConverter
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfBusyIndicator.WPF.dll
Syntax
public class BusyIndicatorBrushToColorConverter : Object, IValueConverter
Constructors
BusyIndicatorBrushToColorConverter()
Declaration
public BusyIndicatorBrushToColorConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts brush to color
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | input value |
System.Type | targetType | target type |
System.Object | parameter | input parameter |
System.Globalization.CultureInfo | language | input language |
Returns
Type | Description |
---|---|
System.Object | converted value as object |
ConvertBack(Object, Type, Object, CultureInfo)
Converts back into default type
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | input value |
System.Type | targetType | target type |
System.Object | parameter | input parameter |
System.Globalization.CultureInfo | language | input language |
Returns
Type | Description |
---|---|
System.Object | converted value as object |
Implements
System.Windows.Data.IValueConverter