Map.IsScrollEnabled Property

Definition

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

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

Property Value

Applies to