Search
ScrollBarView Class
See Also
 






Represents a scrollbar in a DiagramView.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ScrollBarView : GraphicsView, IDrawable

Visual Basic  Copy Code

Public Class ScrollBarView
    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.ScrollBarView

 See Also