Scheduler for WPF | ComponentOne
C1.Schedule Namespace / C1BrushFactory Class / Register<Ti> Method
The System.Type to register.

In This Topic
    Register<Ti> Method
    In This Topic
    Registers the type which should be used instead of the C1Brush.
    Syntax
    'Declaration
     
    
    Public Shared Sub Register(Of Ti)() 
    public static void Register<Ti>()

    Type Parameters

    Ti
    The System.Type to register.
    Exceptions
    ExceptionDescription
    the specified type is not assignable from the C1Brush type.
    See Also