バージョン

GetBrush メソッド (Brushes)

名前で SolidColorBrush オブジェクトを取得します。
シンタックス
'宣言
 
Public Shared Function GetBrush( _
   ByVal name As String _
) As SolidColorBrush
public static SolidColorBrush GetBrush( 
   string name
)

パラメータ

name
事前に定義したブラシの名前の文字列。

戻り値の型

SolidColorBrush オブジェクト。
参照