The initial extent at which the Map first renders.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Sets the initial extent to the full extent or last saved extent (default) of the primary map resource. Ignored when the Extent property is set.")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResCategoryAttribute("Map Behavior")>
Public Overrides Property InitialExtent As InitialExtent |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Map
Dim value As InitialExtent
instance.InitialExtent = value
value = instance.InitialExtent
|
| C# | |
|---|
[ResDescriptionAttribute("Sets the initial extent to the full extent or last saved extent (default) of the primary map resource. Ignored when the Extent property is set.")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResCategoryAttribute("Map Behavior")]
public override InitialExtent InitialExtent {get; set;} |
Remarks
See Also