Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1IconTemplate Class / Close Property

In This Topic
    Close Property
    In This Topic
    Gets an icon representing a close icon.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Close As RenderFragment(Of C1Style)
    public static RenderFragment<C1Style> Close {get;}
    See Also