Shape.TextEffect Property

Returns a TextEffectFormat object that contains text-effect formatting properties for the specified shape. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property TextEffect As TextEffectFormat
    Get
'Usage
Dim instance As Shape
Dim value As TextEffectFormat

value = instance.TextEffect
TextEffectFormat TextEffect { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.TextEffectFormat

Remarks

Applies to Shape objects that represent WordArt.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.PowerPoint Namespace