Search
ShapeDecoration.Elements Property
See Also
 






Gets the elements that define the decoration's shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ElementTemplate[] Elements { get; }

Visual Basic  Copy Code

Public ReadOnly Property Elements As ElementTemplate()

 Property Value

An array of ElementTemplate objects.

 See Also