Click or drag to resize
AB4D logo

AxesBoxVisual3DShowBottomConnectionLines Property

Gets or sets a Boolean that specifies if connection lines that connect major ticks on X and Y axes are shown in the bottom rectangle. Default value is true. To show the lines the ShowXAxisConnectionLines and ShowYAxisConnectionLines must be true.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool ShowBottomConnectionLines { get; set; }

Property Value

Boolean
See Also