ESRI.ArcGIS.ADF.Web.UI.WebControls
AreaOfInterestLineColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Magnifier Class : AreaOfInterestLineColor Property




The color of the extent rectangle on the Magnifier control.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("The color of the extent rectangle on the OverviewMap control.")>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ResDefaultValueAttribute()>
<BindableAttribute(True)>
Public Property AreaOfInterestLineColor As Color
Visual Basic (Usage)Copy Code
Dim instance As Magnifier
Dim value As Color
 
instance.AreaOfInterestLineColor = value
 
value = instance.AreaOfInterestLineColor
C# 
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("The color of the extent rectangle on the OverviewMap control.")]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ResDefaultValueAttribute()]
[BindableAttribute(true)]
public Color AreaOfInterestLineColor {get; set;}

Return Value

System.Drawing.Color value for color of the map AOI rectangle.

Remarks

When the user drags the Magnifier window over the Map, a rectangle and crosshair display within the Magnifier window. This rectangle indicates the area of the main map that will be enlarged within the Magnifier window if the Magnifier is released at that location. The Magnifier is semi-transparent by default while being dragged, so the Map is partially visible beneath the Magnifier (see the Transparency property). The area of interest (AOI) shown in the rectangle varies depending on the MagnificationFactor setting: the larger the magnfication factor, the smaller the AOI rectangle.

See Also

© 2010 All Rights Reserved.