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