MindFusion.Wpf Pack Programmer's Guide
Diagram.GetIsDiagramScroller Method
See Also
 





Gets the value of the IsDiagramScroller attached property from a given element.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static bool GetIsDiagramScroller (
    DependencyObject obj
)

Visual Basic  Copy Code

Public Shared Function GetIsDiagramScroller( _
    obj As DependencyObject _
) As Boolean

 Parameters

obj

The element from which to read the property value.

 Return Value

The value of the IsDiagramScroller attached property.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace