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





Sets the value of Shape attached property.

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

 Syntax

C#  Copy Code

public static void SetShape (
    DependencyObject obj,
    Shape value
)

Visual Basic  Copy Code

Public Shared Sub SetShape( _
    obj As DependencyObject, _
    value As Shape _
)

 Parameters

obj

A DependencyObject whose property value to set.

value

A Shape instance.

 See Also

ShapeListBox Members
ShapeListBox Class
MindFusion.Diagramming.Wpf Namespace