Gets or sets the theme associated with the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Theme Theme { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Theme As Theme |
A Theme object.
See Also