Search
ScrollToggleView Class
See Also
 






Represents a small toggle control that can be used to turn pan mode on and off in a diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ScrollToggleView : GraphicsView, IDrawable

Visual Basic  Copy Code

Public Class ScrollToggleView
    Inherits GraphicsView
    Implements IDrawable

 Inheritance Hierarchy

System.Object
    Microsoft.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                    Microsoft.Maui.Controls.View
                        Microsoft.Maui.Controls.GraphicsView
                            MindFusion.Diagramming.ScrollToggleView

 See Also