The speed the map will pan when navigating with the Navigation Control.
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("The speed the map will pan when navigating. Larger values pan the map faster. The default value is 3.")>
<ResCategoryAttribute("Behavior")>
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# | |
---|
[ResDescriptionAttribute("The speed the map will pan when navigating. Larger values pan the map faster. The default value is 3.")]
[ResCategoryAttribute("Behavior")]
public int Speed {get; set;} |
Property 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.
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