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
C# 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |