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


The following tables list the members exposed by ScaleBar.

Public Constructors

 NameDescription
Public ConstructorScaleBar ConstructorOverloaded.  Initializes a new instance of ScaleBar.  
Top

Public Properties

 NameDescription
Public PropertyBarColorGets or sets the color inside the bar.  
Public PropertyContainerGets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
Public PropertyDisplayPosition Gets or sets the ScaleBar's position on the Map.  
Public PropertyFixedWidth Gets or sets if the ScaleBar bar width will resize after rounding this width as map distance.  
Public PropertyFont Gets or sets the ScaleBar's font.  
Public PropertyHaloColor Gets or sets the ScaleBar's halo text color.  
Public PropertyHeightGets or sets the ScaleBar's bar height.  
Public PropertyMap Gets or sets the Map associated with the ScaleBar.  
Public PropertyOutlineBarColor Gets or sets the outline color of the bar.  
Public PropertyProgressColor Gets or sets the ScaleBar's progress color.  
Public PropertyProgressSpeed Gets or sets the speed of the progress status in milliseconds (Cannot be smaller than 250 milliseconds).  
Public PropertyProgressWidth Gets or sets the progress width in percentage.  
Public PropertyRoundedWidth Gets the ScaleBar's rounded bar width.  
Public PropertyShowNumericSeparator Gets or sets the visibility of string that separates groups of digits to the left of the decimal in the map scale.  
Public PropertyShowProgress Shows or hides progress feedback when fetching data.  
Public PropertySiteGets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Public PropertySpatialUnit Gets the ScaleBar's unit system.  
Public PropertyTextColorGets or sets the text color for ScaleBar.  
Public PropertyTransparency Gets or sets the transparency % of the ScaleBar (100 = fully transparent).  
Public PropertyUnitLabelPosition Gets or sets the unit label vertical position in relation to the ScaleBar.  
Public PropertyUnitLabels Gets or sets the units abbreviations according to the ScaleBar units.  
Public PropertyUnitSystem Gets or sets the ScaleBar's unit system.  
Public PropertyWidth Gets or sets the bar's width of the ScaleBar.  
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected PropertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected PropertyEventsGets the list of event handlers that are attached to this Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  Finalizes the object release any unmanaged resource.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodToStringReturns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top

Protected Methods

 NameDescription
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
Protected MethodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Top

Public Events

 NameDescription
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Top

See Also