InlineShape.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
Property TextEffect As TextEffectFormat
Get
Set
'Usage
Dim instance As InlineShape
Dim value As TextEffectFormat
value = instance.TextEffect
instance.TextEffect = value
TextEffectFormat TextEffect { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.TextEffectFormat