ESRI.ArcGIS.ADF.Web.UI.WebControls
Speed Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class : Speed Property




The speed the map will pan when navigating with the Navigation Control.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("The speed the map will pan when navigating. Larger values pan the map faster. The default value is 3.")>
Public Property Speed As Integer
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim value As Integer
 
instance.Speed = value
 
value = instance.Speed
C# 
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("The speed the map will pan when navigating. Larger values pan the map faster. The default value is 3.")]
public int Speed {get; set;}

Return Value

Integer value for the relative speed of panning.

Example

The larger the value, the faster the relative speed of panning will be when the user clicks on the navigation control.

See Also

© 2010 All Rights Reserved.