Click or drag to resize

LocationStackStackPosition Enumeration

Declares the position of a StackLocation entry.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[SerializableAttribute]
public enum StackPosition
Members
  Member nameValueDescription
Bottom0 Bottom of the stack. Adding a 'Bottom' entry will remove all entries already added.
Middle1 Middle of the stack.
Top2 Top of the stack. No new stack information is added above an entry marked Top.
See Also