Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / TextEffect Property


In This Topic
    TextEffect Property (IGroupShape)
    In This Topic
    Gets an ITextEffectFormat object that contains text-effect formatting properties for the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property TextEffect As ITextEffectFormat
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As ITextEffectFormat
     
    value = instance.TextEffect
    ITextEffectFormat TextEffect {get;}
    See Also