Setting to define if border should be drawn with shadow.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool Shadow { get; set; }
 
Public Property Shadow As Boolean
	Get
	Set
 
public:
property bool Shadow {
	bool get ();
	void set (bool value);
}
 
member Shadow : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also