DisplayCanvasVerticalOffset Property

CVB.Net Documentation
Gets the vertical offset of the scrolled content.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public double VerticalOffset { get; }

Property Value

Type: Double
A Double that represents, in device independent pixels, the vertical offset.

Implements

IScrollInfoVerticalOffset
Remarks

Valid values are between zero and the ExtentHeight minus the ViewportHeight.
See Also

Reference