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

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