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

In This Topic
    DesignColor Property (C1BrushBuilder)
    In This Topic
    Gets or sets the base color for which the design has been created.
    Syntax
    'Declaration
     
    
    Public Property DesignColor As Color
    public Color DesignColor {get; set;}

    Property Value

    The color of the design.
    See Also