DisplayCanvasHorizontalOffset Property

CVB.Net Documentation
Gets the horizontal 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 HorizontalOffset { get; }

Property Value

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

Implements

IScrollInfoHorizontalOffset
Remarks

Valid values are between zero and the ExtentWidth minus the ViewportWidth.
See Also

Reference