[XmlAttributeAttribute]
public bool isItalic { get; set; }<XmlAttributeAttribute>
Public Property isItalic As Boolean
Get
Setpublic:
[XmlAttributeAttribute]
property bool isItalic {
bool get ();
void set (bool value);
}[<XmlAttributeAttribute>]
member isItalic : bool with get, set