[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.ColorToBrushConverter

ColorToBrushConverter Class

Represents a converter that converts various color types to a brush.

Inheritance
ColorToBrushConverter
Implements
Namespace: GrapeCity.ActiveReports.Converters
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class ColorToBrushConverter : IValueConverter

Constructors

Name Description
ColorToBrushConverter()

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts various color types to a SolidColorBrush for display in the UI.

ConvertBack(object, Type, object, CultureInfo)

Converts the brush back to the original color type.