Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / TextEffectAlignment Enumeration


In This Topic
    TextEffectAlignment Enumeration
    In This Topic
    Specifies alignment for text.
    Syntax
    'Declaration
     
    
    Public Enum TextEffectAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextEffectAlignment
    public enum TextEffectAlignment : System.Enum 
    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