Search
VirtualizingDiagram.HorizontalOffset Property
See Also
 





Gets or sets the horizontal offset of the scrolled diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double HorizontalOffset { get; set; }

Visual Basic  Copy Code

Public Property HorizontalOffset As Double

 Property Value

A double value specifying the horizontal scroll position.

 See Also