Gets the HorizontalOffset property of the DiagramScrollViewer of this DiagramSurface. If the scroll viewer is null, then 0 is returned.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double HorizontalOffset { get; }
Visual Basic (Declaration)
Public ReadOnly Property HorizontalOffset As Double

See Also