_Font.Shadow 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.
True if the specified font is formatted as shadowed. Can be True, False, or wdUndefined. Read/write Integer.
public:
property int Shadow { int get(); void set(int value); };
public int Shadow { get; set; }
member this.Shadow : int with get, set
Public Property Shadow As Integer