ESRI.ArcGIS.ADF.Web.UI.WebControls
BarColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScaleBar Class : BarColor Property




The bar color of the scale bar image.

Syntax

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

See Also

© 2010 All Rights Reserved.