ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollViewer Class / CanScrollUp Property



In This Topic
    CanScrollUp Property
    In This Topic
    Gets a value that indicates whether the vertical scroll isn't in the top position. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanScrollUp As Boolean
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Boolean
     
    value = instance.CanScrollUp
    public bool CanScrollUp {get;}
    public:
    property bool CanScrollUp {
       bool get();
    }
    See Also