Sets whether or not a binding should be made between the Geometry property of this DiagramNodeElement and the Data property that the IsGeometryProvider attached property is attached to.

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 SetIsGeometryProvider(
	DependencyObject element,
	bool value
)
Visual Basic (Declaration)
Public Shared Sub SetIsGeometryProvider ( _
	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 IsGeometryProvider attached property.

See Also