Gets a Grid that contains the ShapeNode decoration elements.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public Grid DecorationsContainer { get; set; } |
Visual Basic
![]() |
---|
Public Property DecorationsContainer As Grid |
A System.Windows.Controls.Grid instance.
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.