Click or drag to resize

TextVerticalAlignment Enumeration

Vertical location of text attach point relative to text

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum TextVerticalAlignment
Members
  Member nameValueDescription
Top0 Attach to top of an "I" on the first line. (Independent of glyphs being displayed.)
MiddleOfTop1 Attach to middle of an "I" on the first line. (Independent of glyphs being displayed.)
BottomOfTop2 Attach to baseline of first line. (Independent of glyphs being displayed.)
Middle3 Attach to middle of text vertical advance. (Independent of glyphs being displayed.)
MiddleOfBottom4 Attach to middle of an "I" on the last line. (Independent of glyphs being displayed.)
Bottom5 Attach to the baseline of the last line. (Independent of glyphs being displayed.)
BottomOfBoundingBox6 Attach to the bottom of the boudning box of the visible glyphs.
See Also