Gets or sets a value indicating whether this instance is showing place holder.

Namespace: Spire.Doc.Documents
Assembly: 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

Property Value

Boolean

See Also