'宣言 Public Shared Function ReadColor( _ ByVal node As XmlNodeWrapperBase, _ ByVal name As System.String, _ ByVal defValue As System.Windows.Media.Color _ ) As System.Windows.Media.Color
'使用法 Dim node As XmlNodeWrapperBase Dim name As System.String Dim defValue As System.Windows.Media.Color Dim value As System.Windows.Media.Color value = Utils.ReadColor(node, name, defValue)
パラメータ
- node
- name
- defValue