Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / Alignment Property


In This Topic
    Alignment Property (ITextEffectFormat)
    In This Topic
    Gets or sets an TextEffectAlignment value that represents the alignment for text effect object.
    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