TextHorizontalAlignment Enumeration

TextHorizontalAlignment Enumeration

Horizontal location of text attach point relative to text

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum TextHorizontalAlignment
Public Enumeration TextHorizontalAlignment
Members
  Member nameValueDescription
Left0 Attach at left of text lines (Independent of glyphs being displayed.)
Center1 Attach point at center of text horizontal advance (not glyph bounding box)
Right2 Attach point at right text horizontal advance (not glyph bounding box)
Version Information

Rhino for Windows

Supported in: 6.14
See Also