ArcGIS API for Silverlight - Library Reference
SetEnvelope Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ElementLayer Class : SetEnvelope Method

element
The object to which the property is written.
envelope
The ESRI.ArcGIS.Client.ElementLayer.Envelope of the specified element.
Sets the value of the ESRI.ArcGIS.Client.ElementLayer.Envelope attached property for a given object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetEnvelope( _
   ByVal element As UIElement, _
   ByVal envelope As Envelope _
) 
C# 
public static void SetEnvelope( 
   UIElement element,
   Envelope envelope
)

Parameters

element
The object to which the property is written.
envelope
The ESRI.ArcGIS.Client.ElementLayer.Envelope of the specified element.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.