Search
VirtualizingDiagram.VerticalOffset Property
See Also
 






Gets or sets the vertical offset of the scrolled diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new double VerticalOffset { get; set; }

Visual Basic  Copy Code

Public Shadows Property VerticalOffset As Double

 Property Value

A double value.

 See Also