ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1BrushBuilder Class / Output Property

In This Topic
    Output Property
    In This Topic
    Gets the resulting brush of the extrapolation the design brush to the input color.
    Syntax
    'Declaration
     
    Public ReadOnly Property Output As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush Output {get;}

    Property Value

    The output.
    See Also