Gets or sets a value indicating whether a ScrollViewer should be associated as a scroller for an underlying diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
See Diagram.GetIsDiagramScroller, Diagram.SetIsDiagramScroller |
Visual Basic
Copy Code
|
|---|
See Diagram.GetIsDiagramScroller, Diagram.SetIsDiagramScroller |
true to indicate that the ScrollViewer is registered as a scrolling container for a diagram; otherwise, false.
See Also