Shape.TextEffect Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::TextEffectFormat ^ TextEffect { Microsoft::Office::Interop::Word::TextEffectFormat ^ get(); };
public Microsoft.Office.Interop.Word.TextEffectFormat TextEffect { get; }
member this.TextEffect : Microsoft.Office.Interop.Word.TextEffectFormat
Public ReadOnly Property TextEffect As TextEffectFormat

Property Value

Remarks

This property applies to Shape objects that represent WordArt.

Applies to