ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Double
    public System.double VerticalOffset {get;}
    See Also