Search
ShapeComponent.Shape Property
See Also
 





Gets or sets the Shape object defining the outline of the component.

Namespace: MindFusion.Diagramming.Components
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.

 Remarks

Any 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