Gets or sets the style associated with the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramStyle Style { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Style As DiagramStyle |
An instance of the DiagramStyle class.
See Also