Map.IsZoomEnabled Property

Definition

Gets or sets a value that indicates if zooming by user input is enabled. Default value is true. This is a bindable property.

public:
 property bool IsZoomEnabled { bool get(); void set(bool value); };
public bool IsZoomEnabled { get; set; }
member this.IsZoomEnabled : bool with get, set
Public Property IsZoomEnabled As Boolean

Property Value

Applies to