Gets whether or not the FrameworkElement that the RaisesBoundsChangeRequested attached property is attached to
should cause a DiagramNodeElement to raise the BoundsChangeRequested event.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public static bool GetRaisesBoundsChangeRequested( DependencyObject element ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetRaisesBoundsChangeRequested ( _ element As DependencyObject _ ) As Boolean |
Parameters
- element
- Type: System.Windows..::.DependencyObject
The DependencyObject to get the value from.