Gets or sets the Shape object defining the outline of the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Shape Shape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Shape As Shape |
See Also