Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / C1BrushFactory Class / Get Method

In This Topic
    Get Method
    In This Topic
    Returns new instance of the registered C1Brush type.
    Syntax
    'Declaration
     
    Public Shared Function Get() As C1Brush
    public static C1Brush Get()

    Return Value

    The new instance of the registered C1Brush type
    See Also