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