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

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