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