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