Gets the scroll toggle control associated with this diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ScrollToggleView ScrollToggle { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ScrollToggle As ScrollToggleView |
An instance of the ScrollToggleView class.
See Also