MindFusion.Wpf Pack Programmer's Guide
ShapeListBox.GetShape Method
See Also
 





Gets the value of Shape attached property.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Shape GetShape (
    DependencyObject obj
)

Visual Basic  Copy Code

Public Shared Function GetShape( _
    obj As DependencyObject _
) As Shape

 Parameters

obj

A DependencyObject whose property value to return.

 Return Value

A Shape instance.

 See Also

ShapeListBox Members
ShapeListBox Class
MindFusion.Diagramming.Wpf Namespace