Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / TextEffectAlignment Enumeration


TextEffectAlignment Enumeration
Specifies alignment for text.
Syntax
'Declaration
 
Public Enum TextEffectAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextEffectAlignment
Members
MemberDescription
CenterCentered.
LeftLeft-aligned.
LetterJustifyText is justified. Spacing between letters may be adjusted to justify text.
RightRight- aligned.
StretchJustifyText is justified. Letters may be stretched to justify text.
UnspecifiedThe alignment is unspecified.
WordJustifyText is justified. Spacing between words (but not letters) may be adjusted to justify text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.TextEffectAlignment

See Also