Search
ShapeNode.DecorationsContainer Property
See Also
 






Gets a Grid that contains the ShapeNode decoration elements. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Grid DecorationsContainer { get; set; }

Visual Basic  Copy Code

Public Property DecorationsContainer As Grid

 Property Value

The Grid object.

 See Also