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



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