Click or drag to resize

AxesAspectVisibilityStyle Enumeration

Enumeration representing the visibilty options for an AxesAspect.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public enum AxesAspectVisibilityStyle
Members
  Member nameValueDescription
AlwaysVisible0 The axes are always visible.
VisibleWhenSelected1 The axes are only visible when the visual is selected.
See Also