PrintDocument for WinForms
RenderParagraph コンストラクタ(Font,AlignHorzEnum)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderParagraph クラス > RenderParagraph コンストラクタ : RenderParagraph コンストラクタ(Font,AlignHorzEnum)
The default font for the current paragraph.
The horizontal alignment for the current paragraph.
Initializes a new instance of the RenderParagraph class, specifying the default font and horizontal alignment.
シンタックス
'宣言
 
Public Function New( _
   ByVal font As System.Drawing.Font, _
   ByVal horzAlign As AlignHorzEnum _
)
'使用法
 
Dim font As System.Drawing.Font
Dim horzAlign As AlignHorzEnum
 
Dim instance As New RenderParagraph(font, horzAlign)
public RenderParagraph( 
   System.Drawing.Font font,
   AlignHorzEnum horzAlign
)

パラメータ

font
The default font for the current paragraph.
horzAlign
The horizontal alignment for the current paragraph.
参照

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