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


In This Topic
    PresetTextEffect Property (ITextEffectFormat)
    In This Topic
    Returns or sets the style of the specified WordArt.
    Syntax
    'Declaration
     
    
    Property PresetTextEffect As PresetTextEffect
    'Usage
     
    
    Dim instance As ITextEffectFormat
    Dim value As PresetTextEffect
     
    instance.PresetTextEffect = value
     
    value = instance.PresetTextEffect
    PresetTextEffect PresetTextEffect {get; set;}
    See Also