ESRI.ArcGIS.ADF.Web.UI.WebControls
ZoomFactor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GoToLocation Class : ZoomFactor Property




Property to define the zoom factor for the control.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Go To Location Control")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Property to define the zoom factor value to be used while zooming in and out of the map.")>
<PersistenceModeAttribute()>
Public Property ZoomFactor As String
Visual Basic (Usage)Copy Code
Dim instance As GoToLocation
Dim value As String
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
C# 
[ResCategoryAttribute("Go To Location Control")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Property to define the zoom factor value to be used while zooming in and out of the map.")]
[PersistenceModeAttribute()]
public string ZoomFactor {get; set;}

See Also

© 2010 All Rights Reserved.