バージョン

GetAttribute(String,Color) メソッド

名前の属性を取得します。
シンタックス
'宣言
 
Public Overloads Function GetAttribute( _
   ByVal name As String, _
   ByVal defaultValue As Color _
) As Color
public Color GetAttribute( 
   string name,
   Color defaultValue
)

パラメータ

name
属性の名前です。
defaultValue
属性がなければ、デフォルト値。

戻り値の型

属性の値。
参照