[XmlAttributeAttribute]
public double width { get; set; }<XmlAttributeAttribute>
Public Property width As Double
Get
Setpublic:
[XmlAttributeAttribute]
property double width {
double get ();
void set (double value);
}[<XmlAttributeAttribute>]
member width : float with get, set