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