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


In This Topic
    TextEffect Property (IShape)
    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 IShape
    Dim value As ITextEffectFormat
     
    value = instance.TextEffect
    ITextEffectFormat TextEffect {get;}
    See Also