Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / TextEffect Property


In This Topic
    TextEffect Property
    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