Sets whether borders are drawn with shadow.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IsShadow { set; }
Public WriteOnly Property IsShadow As Boolean Set
public: property bool IsShadow { void set (bool value); }
member IsShadow : bool with set