Shape.TextEffect Property
Returns a TextEffectFormat object that contains text-effect formatting properties for the specified shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.TextEffectFormat
Remarks
This property applies to Shape objects that represent WordArt.