Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ScrollViewer Class / VerticalOffset Property

In This Topic
    VerticalOffset Property (C1ScrollViewer)
    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
    public double VerticalOffset {get;}
    See Also