ESRI.ArcGIS.ADF.Web.UI.WebControls
InitialExtent Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : InitialExtent Property




The initial extent at which a control first renders.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<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.")>
<ResCategoryAttribute("Behavior")>
Public Overridable Property InitialExtent As InitialExtent
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim value As InitialExtent
 
instance.InitialExtent = value
 
value = instance.InitialExtent
C# 
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[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.")]
[ResCategoryAttribute("Behavior")]
public virtual InitialExtent InitialExtent {get; set;}

See Also

© 2010 All Rights Reserved.