Share via


TextEffectFormat.PresetShape Property

Returns or sets the shape of the specified WordArt.

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

Syntax

'Declaration
Property PresetShape As MsoPresetTextEffectShape
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoPresetTextEffectShape

value = instance.PresetShape

instance.PresetShape = value
MsoPresetTextEffectShape PresetShape { get; set; }

Property Value

Type: MsoPresetTextEffectShape

Remarks

Setting the PresetTextEffect property automatically sets the PresetShape property.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Word Namespace