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



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