Gets or sets a value indicating whether to display the scroll toggle control in the bottom left of the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool ShowScrollToggle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowScrollToggle As Boolean |
true to display the toggle-scroll button in lower right of the view, or false otherwise.
See Also