In This Topic
Gets or sets the string used as the opening parentheses when including references to
Tag objects in the current document's texts (e.g. in
Text or
ParagraphText.Text). To include a
TagOpenParen string itself in a text, prepend it with the
TagEscapeString string.
The default value is "[".
Syntax
'Declaration
Public Property TagOpenParen As String
public string TagOpenParen {get; set;}
See Also