Gets a Grid that contains the ShapeNode decoration elements. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Grid DecorationsContainer { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DecorationsContainer As Grid |
The Grid object.
See Also