Click or drag to resize
AB4D logo

CameraNavigationCirclesAxisTypes Enumeration

AxisTypes enum defines the possible axis line types.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum AxisTypes
Members
Member nameValueDescription
None0 No axis lines are shown.
Lines1 Normal axis lines without arrows are shown.
LinesWithArrows2 Lines with arrows are shown.
See Also