The current extent set on the Map control.
            
            
            
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| <ResDescriptionAttribute("The current extent set on the Map control.")>
<BrowsableAttribute(False)>
<ResCategoryAttribute("Behavior")>
<BindableAttribute(False)>
Public Property Extent As Envelope | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As PageLayout
Dim value As Envelope
 
instance.Extent = value
 
value = instance.Extent
 | 
| C# |  | 
|---|
| [ResDescriptionAttribute("The current extent set on the Map control.")]
[BrowsableAttribute(false)]
[ResCategoryAttribute("Behavior")]
[BindableAttribute(false)]
public Envelope Extent {get; set;} | 
 See Also
See Also