AutoCenter Property (Map)
In This Topic
Gets or sets a value indicating whether to automatically center the map around the spatial data. Note that setting this property to false effectively turns off AutoZoom.
The default is true.
Syntax
'Declaration
Public Property AutoCenter As Boolean
public bool AutoCenter {get; set;}
See Also