バージョン

StyleHashKey コンストラクタ

Infragistics.Documents.Reports.Report.Text.Style.HashKey クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal font As Font, _
   ByVal fontVariant As FontVariant, _
   ByVal brush As Brush, _
   ByVal highlight As Brush, _
   ByVal charSpacing As Single, _
   ByVal wordSpacing As Single _
)
public StyleHashKey( 
   Font font,
   FontVariant fontVariant,
   Brush brush,
   Brush highlight,
   float charSpacing,
   float wordSpacing
)

パラメータ

font
Infragistics.Documents.Reports.Graphics.Font オブジェクトへの参照。
fontVariant
フォント バリアントを定義します。
brush
Infragistics.Documents.Reports.Graphics.Brush オブジェクトへの参照。
highlight
強調表示を定義する Infragistics.Documents.Reports.Graphics.Brush オブジェクトへの参照。
charSpacing
文字間の間隔を定義します。
wordSpacing
ワード間の間隔を定義します。
参照