ESRI.ArcGIS.Mobile
ScaleBar Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : ScaleBar Class

ScaleBar base class.

Object Model





Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.Mobile.Designer.ScaleBarDesigner, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")>
<ToolboxBitmapAttribute()>
<DesignerCategoryAttribute("code")>
Public Class ScaleBar 
   Inherits Component
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.Mobile.Designer.ScaleBarDesigner, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")]
[ToolboxBitmapAttribute()]
[DesignerCategoryAttribute("code")]
public class ScaleBar : Component 

Remarks

This class represents a graphic ScaleBar displayed on a map. It is also used for showing the status of synchronization when it's in progress.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.ScaleBar

Requirements

Namespace: ESRI.ArcGIS.Mobile

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

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also