Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddTextEffect Method


In This Topic
    AddTextEffect Method
    In This Topic
    Syntax
    'Declaration
     
    Function AddTextEffect( _
       ByVal textEffect As PresetTextEffect, _
       ByVal text As String, _
       ByVal fontName As String, _
       ByVal fontSize As Double, _
       Optional ByVal bold As Boolean, _
       Optional ByVal italic As Boolean, _
       Optional ByVal x As Double, _
       Optional ByVal y As Double _
    ) As IShape
    'Usage
     
    Dim instance As IShapes
    Dim textEffect As PresetTextEffect
    Dim text As String
    Dim fontName As String
    Dim fontSize As Double
    Dim bold As Boolean
    Dim italic As Boolean
    Dim x As Double
    Dim y As Double
    Dim value As IShape
     
    value = instance.AddTextEffect(textEffect, text, fontName, fontSize, bold, italic, x, y)
    IShape AddTextEffect( 
       PresetTextEffect textEffect,
       string text,
       string fontName,
       double fontSize,
       bool bold,
       bool italic,
       double x,
       double y
    )

    Parameters

    textEffect
    text
    fontName
    fontSize
    bold
    italic
    x
    y
    See Also