public Nullable<bool> IsVertical { get; set; }
Public Property IsVertical As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> IsVertical { Nullable<bool^> get (); void set (Nullable<bool^> value); }