Search
RenderOptions.ScrollX Property
See Also
 






Gets or sets the document's X scroll position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ScrollX { get; set; }

Visual Basic  Copy Code

Public Property ScrollX As Double

 Property Value

A double value specifying the X scroll position.

 See Also