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



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