Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
You can set the Shadow of Text Effects for any Shape or TextBox. Please use the Shape.TextBody property. It provides the settings of the shape’s text and returns FontSetting objects. After accessing it, set the Shadow via the FontSetting.TextOptions.Shadow.PresetType.PresetType property. This property is of the type PresetShadowType, which has several values. Some of these are:
The following code snippet demonstrates the use of the FontSetting.TextOptions.Shadow.PresetType.PresetType property to set the shadow of text effects for a Shape or TextBox.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.