Read(XmlNode,String,Thickness) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function Read( _
ByVal As System.Xml.XmlNode, _
ByVal As System.String, _
ByVal As Thickness _
) As Thickness
public static Thickness Read(
System.Xml.XmlNode ,
System.string ,
Thickness
)
Parameters
- node
- attName
- defVal
See Also