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



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