menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BusyIndicatorBrushToColorConverter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BusyIndicatorBrushToColorConverter

    Represents a convertor that converts brush to color

    Inheritance
    System.Object
    BusyIndicatorBrushToColorConverter
    Implements
    System.Windows.Data.IValueConverter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.SfBusyIndicator.WPF.dll
    Syntax
    public class BusyIndicatorBrushToColorConverter : 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved