Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / C1Style Constructor / C1Style Constructor(C1Style)
The style to be copied.

In This Topic
    C1Style Constructor(C1Style)
    In This Topic
    Initializes a new instance of the C1Style class from an existing style.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As C1Style _
    )
    public C1Style( 
       C1Style style
    )

    Parameters

    style
    The style to be copied.
    See Also