Click or drag to resize
PoHighLowCloseHorCloseBarPositions Enumeration

Position of the horizontal close bar.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum HorCloseBarPositions
Members
  Member nameValueDescription
LEFT0

The horizontal close bar is on the left of the vertical close bar.

MIDDLE1

The horizontal close bar is on the middle of the vertical close bar.

RIGHT2

The horizontal close bar is on the right of the vertical close bar.

Remarks