Reports for WPF
RenderText コンストラクタ(String,Font,Color,AlignHorzEnum)

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > RenderText クラス > RenderText コンストラクタ : RenderText コンストラクタ(String,Font,Color,AlignHorzEnum)
Text プロパティに割り当てられる文字列。
テキストのレンダリングに使用されるフォント。
テキストのレンダリングに使用されるテキスト色。
水平テキスト配置。
Text プロパティ、フォント、テキスト色、およびテキスト配置を割り当てて、 RenderText クラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal font As System.Drawing.Font, _
   ByVal textColor As System.Windows.Media.Color, _
   ByVal horzAlign As AlignHorzEnum _
)
public RenderText( 
   System.string text,
   System.Drawing.Font font,
   System.Windows.Media.Color textColor,
   AlignHorzEnum horzAlign
)

パラメータ

text
Text プロパティに割り当てられる文字列。
font
テキストのレンダリングに使用されるフォント。
textColor
テキストのレンダリングに使用されるテキスト色。
horzAlign
水平テキスト配置。
参照

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