PrintDocument for WinForms
RenderText コンストラクタ(String,AlignHorzEnum)


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

パラメータ

text
A string assigned to the RenderText.Text property.
horzAlign
The horizontal text alignment.
参照

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