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

In This Topic
    TriangleUp Property
    In This Topic
    Gets an icon representing a triangle with one of the vertices pointing upwards.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property TriangleUp As RenderFragment(Of C1Style)
    public static RenderFragment<C1Style> TriangleUp {get;}
    See Also