バージョン

RangeOutlines(Action<List<Brush>>) メソッド

ブラシのリストをゲージの範囲に割り当てます。
シンタックス
'宣言
 
Public Overloads Function RangeOutlines( _
   ByVal action As System.Action(Of List(Of Brush)) _
) As RadialGauge(Of T)
public RadialGauge<T> RangeOutlines( 
   System.Action<List<Brush>> action
)

パラメータ

action
範囲ブラシを生成する関数。
参照

オンラインで表示: GitHub