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 |
An instance of the Shape class.
RemarksAny predefined as well as custom shape can be used as a value of this property. This property can also be specified through a specialized path syntax when the shape is defined in XML.
See Also