TextEffectFormat.PresetTextEffect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
member this.PresetTextEffect : Microsoft.Office.Core.MsoPresetTextEffect with 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 (Insert menu), numbered from left to right, top to bottom.
Setting the PresetTextEffect property automatically sets many other formatting properties of the specified shape.