Click or drag to resize
PoLabelFieldVerticalJustifications Enumeration

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

Strings are aligned on the top of its characters.

CAP1

Strings are aligned on the capital of its characters.

HALF2

Strings are aligned on the half of its characters.

BASE3

Strings are aligned on the base of its characters.

BOTTOM4

Strings are aligned on the bottom of its characters.

Remarks