Search
Diagram.Style Property
See Also
 






Gets or sets the style associated with the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new DiagramStyle Style { get; set; }

Visual Basic  Copy Code

Public Shadows Property Style As DiagramStyle

 Property Value

An instance of the DiagramStyle class.

 See Also