Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ColorToBrushConverter Class
Members

In This Topic
    ColorToBrushConverter Class
    In This Topic
    Represents a Binding converter that converts a color to a brush.
    Object Model
    ColorToBrushConverter Class
    Syntax
    'Declaration
     
    
    Public Class ColorToBrushConverter 
    public class ColorToBrushConverter 
    Remarks
    ColorToBrushConverter is a two-way converter. The source value must be a System.Windows.Media.Color, and the target value is a System.Windows.Media.SolidColorBrush based on the color.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.ColorToBrushConverter

    See Also