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




The color of the extent rectangle on the OverviewMap control.

Syntax

Visual Basic (Declaration) 
<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")>
<BindableAttribute(True)>
<ResCategoryAttribute("Appearance")>
<ResDefaultValueAttribute()>
Public Property AreaOfInterestLineColor As Color
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim value As Color
 
instance.AreaOfInterestLineColor = value
 
value = instance.AreaOfInterestLineColor
C# 
[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")]
[BindableAttribute(true)]
[ResCategoryAttribute("Appearance")]
[ResDefaultValueAttribute()]
public Color AreaOfInterestLineColor {get; set;}

See Also

© 2010 All Rights Reserved.