TextEffectFormat.PresetTextEffect Property

Definition

Returns or sets the style of the specified WordArt.

public:
 property Microsoft::Office::Core::MsoPresetTextEffect PresetTextEffect { Microsoft::Office::Core::MsoPresetTextEffect get(); void set(Microsoft::Office::Core::MsoPresetTextEffect value); };
public Microsoft.Office.Core.MsoPresetTextEffect PresetTextEffect { get; set; }
Public Property PresetTextEffect As MsoPresetTextEffect

Property Value

Remarks

The values for this property correspond to the formats in the WordArt Gallery dialog box (numbered from left to right, top to bottom).

Setting the PresetTextEffect property automatically sets many other formatting properties of the specified shape.

Applies to