バージョン

SolidFillBrushElement コンストラクタ(IGaugeComponent,Color)

指定された UltraGauge コンポーネントと使用するために、指定した色を使用して SolidFillBrushElement の新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gaugeComponent As IGaugeComponent, _
   ByVal color As Color _
)
public SolidFillBrushElement( 
   IGaugeComponent gaugeComponent,
   Color color
)

パラメータ

gaugeComponent
"UltraGauge1" などの使用される UltraGauge コンポーネント。
color
使用する塗りつぶしの色。
参照