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