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