Whether the map can be zoomed using the mouse scroll wheel.
Syntax
Visual Basic (Declaration) | |
---|
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("Map Behavior")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether the map can be zoomed using the mouse scroll wheel.")>
Public Property ScrollWheelZoom As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Map
Dim value As Boolean
instance.ScrollWheelZoom = value
value = instance.ScrollWheelZoom |
C# | |
---|
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("Map Behavior")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether the map can be zoomed using the mouse scroll wheel.")]
public bool ScrollWheelZoom {get; set;} |
Property Value
Boolean value indicating whether the mouse scroll wheel may be used for map zoom.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also