Gets 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 bool GetIsGeometryProvider(
	DependencyObject element
)
Visual Basic (Declaration)
Public Shared Function GetIsGeometryProvider ( _
	element As DependencyObject _
) As Boolean

Parameters

element
Type: System.Windows..::.DependencyObject
The DependencyObject to get the value from.

Return Value

The value of the IsGeometryProvider attached property.

See Also