Gets or sets the ShapeDecoration objects associated with this shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ShapeDecoration[] ShapeDecorations { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeDecorations As ShapeDecoration() |
See Also