ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1IconTemplate Class / TriangleNorth Property



In This Topic
    TriangleNorth Property
    In This Topic
    Gets an icon representing a triangle with one of the vertices pointing up.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property TriangleNorth As C1IconTemplate
    'Usage
     
    
    Dim value As C1IconTemplate
     
    value = C1IconTemplate.TriangleNorth
    public static C1IconTemplate TriangleNorth {get;}
    public:
    static property C1IconTemplate^ TriangleNorth {
       C1IconTemplate^ get();
    }
    See Also