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

Defines the base class for ScaleBar's Unit labels.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.Mobile.Designer.ScaleBarUnitLabelsConverter, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")>
<SerializableAttribute()>
Public MustInherit Class ScaleBarUnitLabels 
C# 
[TypeConverterAttribute("ESRI.ArcGIS.Mobile.Designer.ScaleBarUnitLabelsConverter, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")]
[SerializableAttribute()]
public abstract class ScaleBarUnitLabels 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.ScaleBarUnitLabels
      ESRI.ArcGIS.Mobile.MetricUnitLabels
      ESRI.ArcGIS.Mobile.USCustomaryUnitLabels

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