ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ScrollWheelZoom Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : ScrollWheelZoom Property




Whether the map can be zoomed using the mouse scroll wheel.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("Whether the map can be zoomed using the mouse scroll wheel.")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property ScrollWheelZoom As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As Boolean
 
instance.ScrollWheelZoom = value
 
value = instance.ScrollWheelZoom
C# 
[BrowsableAttribute(false)]
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("Whether the map can be zoomed using the mouse scroll wheel.")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public bool ScrollWheelZoom {get; set;}

See Also

© 2010 All Rights Reserved.