Gets or sets a value indicating whether the scrollbars of the overview control are visible.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool ShowScrollbars { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowScrollbars As Boolean |
true to show scrollbars; otherwise, false. The default is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |