Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1BrushBuilder Class / DesignBrush Property

In This Topic
    DesignBrush Property (C1BrushBuilder)
    In This Topic
    Gets or sets the design brush. Original Brush created by a designer, which is typically a degree of colors based in the design color.
    Syntax
    'Declaration
     
    
    Public Property DesignBrush As Brush
    public Brush DesignBrush {get; set;}

    Property Value

    The design brush.
    See Also