RhinoCommon API
new_releases
RhinoCommon documentation has a new look. The old site can still be found here.
play_arrow
Rhino
play_arrow
Rhino.ApplicationSettings
play_arrow
Rhino.Collections
play_arrow
Rhino.Commands
play_arrow
Rhino.Display
play_arrow
Rhino.DocObjects
ActiveSpace
AngleDisplayMode
play_arrow
AngularDimensionObject
play_arrow
AnimationProperties
AnimationProperties.CaptureTypes
play_arrow
AnnotationObjectBase
BasepointZero
play_arrow
BitmapEntry
play_arrow
BrepObject
play_arrow
CentermarkObject
play_arrow
ClippingPlaneObject
play_arrow
ConstructionPlane
play_arrow
ConstructionPlaneGridDefaults
CoordinateSystem
play_arrow
CurveObject
play_arrow
DetailViewObject
DetailViewObject.ScaleFormat
play_arrow
DimensionObject
play_arrow
DimensionStyle
DimensionStyle.AngleDisplayFormat
DimensionStyle.ArrowFit
DimensionStyle.ArrowType
DimensionStyle.CenterMarkStyle
DimensionStyle.Field
DimensionStyle.LeaderContentAngleStyle
DimensionStyle.LeaderCurveStyle
DimensionStyle.LengthDisplay
DimensionStyle.LengthDisplayFormat
DimensionStyle.MaskFrame
DimensionStyle.MaskType
DimensionStyle.StackDisplayFormat
DimensionStyle.TextFit
DimensionStyle.TextLocation
DimensionStyle.ToleranceDisplayFormat
DimensionStyle.ZeroSuppression
DisplayMode
DistanceDisplayMode
play_arrow
EarthAnchorPoint
EarthCoordinateSystem
play_arrow
Environment
Environment.BackgroundProjections
play_arrow
ExtrusionObject
play_arrow
Font
Font.FontOrigin
Font.FontStretch
Font.FontStyle
Font.FontType
Font.FontWeight
play_arrow
FontQuartet
play_arrow
GripObject
play_arrow
Group
play_arrow
HatchLine
play_arrow
HatchObject
play_arrow
HatchPattern
play_arrow
HatchPattern.Defaults
HatchPatternFillType
play_arrow
HistoryRecord
play_arrow
InstanceDefinition
InstanceDefinitionArchiveFileStatus
InstanceDefinitionLayerStyle
InstanceDefinitionUpdateType
play_arrow
InstanceObject
play_arrow
Layer
play_arrow
LeaderObject
play_arrow
LightObject
play_arrow
LinearDimensionObject
LineCapStyle
LineJoinStyle
play_arrow
Linetype
play_arrow
Material
play_arrow
MaterialRef
play_arrow
MaterialRefCreateParams
play_arrow
MaterialRefs
play_arrow
MeshObject
play_arrow
ModelComponent
ModelComponentType
MorphControlObject
play_arrow
NamedViewWidgetObject
play_arrow
ObjectAttributes
ObjectAttributes.ObjectFrameFlags
ObjectColorSource
ObjectDecoration
play_arrow
ObjectEnumeratorSettings
ObjectLinetypeSource
ObjectMaterialSource
ObjectMode
ObjectPlotColorSource
ObjectPlotWeightSource
ObjectSectionAttributesSource
ObjectSectionFillRule
ObjectType
play_arrow
ObjRef
play_arrow
OrdinateDimensionObject
play_arrow
PhysicallyBasedMaterial
PhysicallyBasedMaterial.BRDFs
play_arrow
PointCloudObject
play_arrow
PointObject
play_arrow
ProxyObject
play_arrow
RadialDimensionObject
play_arrow
ReplayHistoryData
play_arrow
ReplayHistoryResult
play_arrow
RhinoAfterTransformObjectsEventArgs
play_arrow
RhinoDeselectAllObjectsEventArgs
play_arrow
RhinoModifyObjectAttributesEventArgs
play_arrow
RhinoObject
RhinoObject.ObjectFrameFlags
play_arrow
RhinoObjectEventArgs
play_arrow
RhinoObjectSelectionEventArgs
play_arrow
RhinoReplaceObjectEventArgs
play_arrow
RhinoTransformObjectsEventArgs
SectionBackgroundFillMode
SectionLabelStyle
play_arrow
SectionStyle
SelectionMethod
SubDObject
play_arrow
SurfaceObject
TextDisplayAlignment
TextDotObject
TextHorizontalAlignment
play_arrow
TextObject
TextOrientation
play_arrow
Texture
TextureCombineMode
TextureFilter
TextureProjectionModes
TextureType
TextureUvwWrapping
TextVerticalAlignment
play_arrow
ViewInfo
ViewInfoFocalBlurModes
play_arrow
ViewportInfo
ViewSectionBehavior
play_arrow
Worksession
play_arrow
Rhino.DocObjects.Custom
play_arrow
Rhino.DocObjects.SnapShots
play_arrow
Rhino.DocObjects.Tables
play_arrow
Rhino.FileIO
play_arrow
Rhino.Geometry
play_arrow
Rhino.Geometry.Collections
play_arrow
Rhino.Geometry.Intersect
play_arrow
Rhino.Geometry.MeshRefinements
play_arrow
Rhino.Geometry.Morphs
play_arrow
Rhino.Input
play_arrow
Rhino.Input.Custom
play_arrow
Rhino.NodeInCode
play_arrow
Rhino.ObjectManager
play_arrow
Rhino.PlugIns
play_arrow
Rhino.Render
play_arrow
Rhino.Render.ChangeQueue
play_arrow
Rhino.Render.ChildSlotNames
play_arrow
Rhino.Render.CustomRenderMeshes
play_arrow
Rhino.Render.DataSources
play_arrow
Rhino.Render.Fields
play_arrow
Rhino.Render.ParameterNames
play_arrow
Rhino.Render.PostEffects
play_arrow
Rhino.Render.UI
play_arrow
Rhino.Runtime
play_arrow
Rhino.Runtime.InProcess
play_arrow
Rhino.Runtime.InteropWrappers
play_arrow
Rhino.Runtime.Notifications
play_arrow
Rhino.Runtime.RhinoAccounts
play_arrow
Rhino.UI
play_arrow
Rhino.UI.Controls
play_arrow
Rhino.UI.Controls.DataSource
play_arrow
Rhino.UI.Controls.ThumbnailUI
play_arrow
Rhino.UI.Controls.Thumbnaillist
play_arrow
Rhino.UI.Gumball
play_arrow
dotnetstart
home
/
Rhino.DocObjects
/
TextHorizontalAlignment

TextHorizontalAlignment enum

Horizontal location of text attach point relative to text

Derived Classes:

Namespace: Rhino.DocObjects
TextHorizontalAlignment: references

keyboard_arrow_down
Values (4)

Left = 0

 
Attach at left of text lines (Independent of glyphs being displayed.)

Center = 1

 
Attach point at center of text horizontal advance (not glyph bounding box)

Right = 2

 
Attach point at right text horizontal advance (not glyph bounding box)

Auto = 3

 
Used for Leaders only Attach point adjusts to Right or Left depending on leader tail direction in view If tail direction is to the Left, alignment is Right If tail direction is to the Right, alignment is Left

Nothing found