ESRI.ArcGIS.Mobile
OutlineBarColor Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > ScaleBar Class : OutlineBarColor Property

Gets or sets the outline color of the bar.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The outline color of the bar.")>
<CategoryAttribute("Appearance")>
Public Property OutlineBarColor As Color
C# 
[DescriptionAttribute("The outline color of the bar.")]
[CategoryAttribute("Appearance")]
public Color OutlineBarColor {get; set;}

Remarks

Gets or sets the outline color of the ScaleBar. It is a standard property that you can set to either a palette (RGB) color or a predefined system color.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also