Search
Shape.ShapeDecorations Property
See Also
 






Gets or sets the ShapeDecoration objects associated with this shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeDecoration[] ShapeDecorations { get; set; }

Visual Basic  Copy Code

Public Property ShapeDecorations As ShapeDecoration()

 Property Value

An array of ShapeDecoration objects.

 See Also