ArcGIS Runtime SDK for WPF - Library Reference
FullExtent Property
See Also 
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : FullExtent Property

Gets the minimum enclosing envelope that all the features in the layer.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property FullExtent As Envelope
C# 
public override Envelope FullExtent {get;}

Remarks

If graphics added to the layer are not in the same spatial reference as the map, note that the FullExtent property might not immediately be updated after a graphic has been added. You can use the Layer.PropertyChanged event to listen for changes to FullExtent when this occurs.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.