ESRI.ArcGIS.ADF.Web.UI.WebControls
StaticMode Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class : StaticMode Property




Whether the image displayed in the overview map will remain static as the map extent changes and whether the overview map will be non-interactive.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("Whether the image displayed in the overview map will remain static as the map extent changes and whether the overview map will be non-interactive.  Set to True to optimize performance. Set to False for richer experience where the overview map's extent changes when the map's extent changes and where the AOI box is draggable and resizable.")>
<NotifyParentPropertyAttribute(True)>
Public Property StaticMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim value As Boolean
 
instance.StaticMode = value
 
value = instance.StaticMode
C# 
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("Whether the image displayed in the overview map will remain static as the map extent changes and whether the overview map will be non-interactive.  Set to True to optimize performance. Set to False for richer experience where the overview map's extent changes when the map's extent changes and where the AOI box is draggable and resizable.")]
[NotifyParentPropertyAttribute(true)]
public bool StaticMode {get; set;}

Remarks

Set to True to optimize performance. Set to False for richer experience where the overview map's extent changes when the map's extent changes and where the AOI box is draggable and resizable.

See Also

© 2010 All Rights Reserved.