TextEffectFormat.Alignment 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 alignment for WordArt.
public:
property Microsoft::Office::Core::MsoTextEffectAlignment Alignment { Microsoft::Office::Core::MsoTextEffectAlignment get(); void set(Microsoft::Office::Core::MsoTextEffectAlignment value); };
public Microsoft.Office.Core.MsoTextEffectAlignment Alignment { get; set; }
Public Property Alignment As MsoTextEffectAlignment