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