Search
DiagramView3D.AxisWidth Property
See Also
 





Gets or sets the width of the pen used to render the axis lines.

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

 Syntax

C#  Copy Code

public float AxisWidth { get; set; }

Visual Basic  Copy Code

Public Property AxisWidth As Single

 Property Value

A float value specifying the width of the pen used to draw axis lines. The default value is 0.

 See Also