バージョン

Style コンストラクタ

Style クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal font As Font, _
   ByVal brush As Brush _
)
public Style( 
   Font font,
   Brush brush
)

パラメータ

font
Infragistics.Documents.Reports.Graphics.Font オブジェクトへの参照。
brush
Infragistics.Documents.Reports.Graphics.Brush オブジェクトへの参照。
参照