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



In This Topic
    VerticalOffset Property
    In This Topic
    Gets a value that contains the vertical offset of the scrolled content. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalOffset As Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    value = instance.VerticalOffset
    public double VerticalOffset {get;}
    public:
    property double VerticalOffset {
       double get();
    }
    See Also