Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1BrushBuilder Class / DesignBrush Property

In This Topic
    DesignBrush Property
    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