Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / TextEffect Property


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