Sets 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.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SetRaisesBoundsChangeRequested(
	DependencyObject element,
	bool value
)
Visual Basic (Declaration)
Public Shared Sub SetRaisesBoundsChangeRequested ( _
	element As DependencyObject, _
	value As Boolean _
)

Parameters

element
Type: System.Windows..::.DependencyObject
The DependencyObject to set the value to.
value
Type: System..::.Boolean
The value to set to the RaisesBoundsChangeRequested attached property.

See Also