PrintDocument for WinForms
TagCloseParen プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : TagCloseParen プロパティ
Gets or sets the string used as the closing parentheses when including references to Tag objects in the current document's texts (e.g. in RenderText.Text or ParagraphText.Text). To include a TagCloseParen string itself in a text, prepend it with the C1PrintDocument.TagEscapeString string.

The default value is "]".

シンタックス
'宣言
 
Public Property TagCloseParen As System.String
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.String
 
instance.TagCloseParen = value
 
value = instance.TagCloseParen
public System.string TagCloseParen {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ