Click or drag to resize

DimensionStyleTextFit Enumeration

Text display position inside or outside extension lines

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum TextFit
Members
  Member nameValueDescription
Auto0 Auto - Display inside when space permits
TextInside1 Force text inside extensions
TextRight2 Force text outside to the right of extensions
TextLeft3 Force text outside to the left of extensions
TextHintRight4 Move text outside to the right of extensions when it won't fit inside
TextHintLeft5 Move text outside to the left of extensions when it won't fit inside
See Also