Gets the value of the IsDiagramScroller attached property from a given element.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static bool GetIsDiagramScroller ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function GetIsDiagramScroller( _ |
The element from which to read the property value.
The value of the IsDiagramScroller attached property.
See Also