PrintDocument for WinForms
ParagraphText コンストラクタ(String,TextPositionEnum)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphText クラス > ParagraphText コンストラクタ : ParagraphText コンストラクタ(String,TextPositionEnum)
A string assigned to the ParagraphText.Text property of the current object.
The text position to use.
Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text position.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal textPosition As TextPositionEnum _
)
'使用法
 
Dim text As System.String
Dim textPosition As TextPositionEnum
 
Dim instance As New ParagraphText(text, textPosition)
public ParagraphText( 
   System.string text,
   TextPositionEnum textPosition
)

パラメータ

text
A string assigned to the ParagraphText.Text property of the current object.
textPosition
The text position to use.
参照

ParagraphText クラス
ParagraphText メンバ
オーバーロード一覧