Version

TextAlignment Class Members

The following tables list the members exposed by TextAlignment.

Public Constructors
 NameDescription
Public ConstructorTextAlignment ConstructorOverloaded.   
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)CenterGets a predefined alignment.  
Public PropertyHorizontalGets or sets the horizontal alignment.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public Propertystatic (Shared in Visual Basic)JustifyGets a predefined alignment.  
Public Propertystatic (Shared in Visual Basic)LeftGets a predefined alignment.  
Public Propertystatic (Shared in Visual Basic)RightGets a predefined alignment.  
Public PropertyVerticalGets or sets the vertical alignment.  
Public Methods
 NameDescription
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
See Also