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