Search
ShapeEventArgs.Shape Property
See Also
 





Gets the shape related to the event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape Shape { get; set; }

Visual Basic  Copy Code

Public Property Shape As Shape

 Property Value

An instance of the Shape class.

 See Also