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