public bool HorizontalScrollWithShift { get; set; }
Public Property HorizontalScrollWithShift As Boolean
Get
Set
public:
property bool HorizontalScrollWithShift {
bool get ();
void set (bool value);
}
member HorizontalScrollWithShift : bool with get, set