Gets or sets the type of the CommentMark.

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 CommentMarkType Type { get; set; }
Public Property Type As CommentMarkType
	Get
	Set
public:
property CommentMarkType Type {
	CommentMarkType get ();
	void set (CommentMarkType value);
}
member Type : CommentMarkType with get, set

Property Value

CommentMarkType
The type.

See Also