MindFusion.Wpf Pack Programmer's Guide
Shape.Decorations Property
See Also
 





Gets or sets a list with all decorations of this shape.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ElementTemplate[] Decorations { get; set; }

Visual Basic  Copy Code

Public Property Decorations As ElementTemplate()

 Property Value

An array of ElementTemplate objects specifying the decorations of this shape.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming.Wpf Namespace