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) | |
---|
<ResCategoryAttribute("Behavior")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
<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# | |
---|
[ResCategoryAttribute("Behavior")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
[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
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