DiagramLite Programmer's Guide
ShapeNode.DecorationsContainer Property
See Also
 





Gets a Grid that contains the ShapeNode decoration elements.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Grid DecorationsContainer { get; set; }

Visual Basic  Copy Code

Public Property DecorationsContainer As Grid

 Property Value

A System.Windows.Controls.Grid instance.

 Remarks

The control automatically adds to this grid Geometry objects that correspond to the decoration elements defined in the node's Shape. The grid is displayed by the ShapeNode default ControlTemplate through a ContentPresenter.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace