ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1BrushBuilder Class / Output Property



In This Topic
    Output Property (C1BrushBuilder)
    In This Topic
    Gets the resulting brush of the extrapolation the design brush to the input color.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Output As Brush
    'Usage
     
    
    Dim instance As C1BrushBuilder
    Dim value As Brush
     
    value = instance.Output
    public Brush Output {get;}
    public:
    property Brush^ Output {
       Brush^ get();
    }

    Property Value

    The output.
    See Also