All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
Horizontal
Text
Alignment
Center
Left
Right
Offset
To
Line
Col
Text
Table
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Enum:
RT.Util.Text.
HorizontalTextAlignment
Assembly:
RT.Util.Core, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Util.Text
Show inherited types...
Inherits from:
System.Enum
System.ValueType
object
Show implemented interfaces...
Implements:
System.IComparable
System.IConvertible
System.IFormattable
Underlying integer type:
System.Int32
Summary
Provides values to specify a horizontal alignment of text.
Enum values
Center
1
Specifies horizontally centered alignment.
Left
0
Specifies alignment to the left edge.
Right
2
Specifies alignment to the right edge.