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