In This Topic
Gets or sets a value indicating whether the map should automatically zoom in to just include all spatial data. Ignored (considered to be false) if AutoCenter is false.
The default is true.
Syntax
'Declaration
Public Property AutoZoom As Boolean
public bool AutoZoom {get; set;}
See Also