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


In This Topic
    PresetTextEffect Property (ITextFrame)
    In This Topic
    Returns or sets the Word Art type for the specified text frame.
    Syntax
    'Declaration
     
    
    Property PresetTextEffect As PresetTextEffect
    'Usage
     
    
    Dim instance As ITextFrame
    Dim value As PresetTextEffect
     
    instance.PresetTextEffect = value
     
    value = instance.PresetTextEffect
    PresetTextEffect PresetTextEffect {get; set;}
    See Also