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