MindFusion WinForms Programmer's Guide
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

DiagramView3D Members
DiagramView3D Class
MindFusion.Diagramming.WinForms Namespace