_Font.TextShadow 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.
Gets a ShadowFormat object that specifies the shadow formatting for the specified font.
public:
property Microsoft::Office::Interop::Word::ShadowFormat ^ TextShadow { Microsoft::Office::Interop::Word::ShadowFormat ^ get(); void set(Microsoft::Office::Interop::Word::ShadowFormat ^ value); };
public Microsoft.Office.Interop.Word.ShadowFormat TextShadow { get; set; }
member this.TextShadow : Microsoft.Office.Interop.Word.ShadowFormat with get, set
Public Property TextShadow As ShadowFormat
Property Value
The shadow formatting for the specified font.