Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / Alignment Property


In This Topic
    Alignment Property (ITextEffectFormat)
    In This Topic
    Syntax
    'Declaration
     
    Property Alignment As TextEffectAlignment
    'Usage
     
    Dim instance As ITextEffectFormat
    Dim value As TextEffectAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    TextEffectAlignment Alignment {get; set;}
    See Also