Search
DiagramView3D.AxisLength Property
See Also
 





Gets or sets the length of the axis lines.

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

 Syntax

C#  Copy Code

public float AxisLength { get; set; }

Visual Basic  Copy Code

Public Property AxisLength As Single

 Property Value

A float value specifying the length of the axis line segments. The default value is 100.

 See Also