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

In This Topic
    Input Property
    In This Topic
    Gets or sets the input which is the color to what the design brush will be extrapolated.
    Syntax
    'Declaration
     
    Public Property Input As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush Input {get; set;}

    Property Value

    The input.
    See Also