Search
DiagramView3D.ShowCoordinateAxes Property
See Also
 





Gets or sets whether the control should display coordinate axes.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool ShowCoordinateAxes { get; set; }

Visual Basic  Copy Code

Public Property ShowCoordinateAxes As Boolean

 Property Value

true to render coordinate axes, otherwise false. The default value is false.

 See Also