'宣言 Public Function New( _ ByVal fillColor As Color, _ ByVal fillStopColor As Color _ )
public PaintElement( Color fillColor, Color fillStopColor )
このコンストラクターを使用し、単色の塗り潰し用の 2 色の PaintElement オブジェクトを作成できますまた、これを使用し、Infragistics.UltraChart.Shared.Styles.FillHatchStyle を Hatch プロパティに割り当てて、ハッチ塗り潰し用の Paint Element オブジェクトを作成することもできます。