Gets or sets the theme-level style for container nodes. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Style ContainerNodeStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContainerNodeStyle As Style |
An instance of the Style class.
RemarksThis property provides a shortcut for associating a style with the ContainerNode type in the current theme.
See Also