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