Gets or sets a value indicating whether this instance is showing place holder.
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 IsShowingPlaceHolder { get; set; }
Public Property IsShowingPlaceHolder As Boolean Get Set
public: property bool IsShowingPlaceHolder { bool get (); void set (bool value); }
member IsShowingPlaceHolder : bool with get, set