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


The following tables list the members exposed by ApplicationSettings.

Public Properties

 NameDescription
Public PropertyAnimationsEnabled Flag indicating whether or not to use animations in the user interface.  
Public PropertyApplyOpacity Flag indicating whether or not to apply the Opacity value to the application window.  
Public PropertyBasemapPaths Gets the collection of additional folder paths to look for basemap data.  
Public PropertyCoordinateDisplayFormat Gets current Coordinate display format  
Public PropertyCurrentSkin The current application skin.  
Public PropertyLastCamaraUsed Gets or sets the last camera used for collecting Attachments  
Public PropertyLastCameraResolution Last Camera Resolution  
Public PropertyMapPanMode Gets/sets the method of panning the map control.  
Public PropertyMapZoomMode Gets/sets the method of zooming the map control.  
Public PropertyOpacity The opacity value to apply to the entire application window.  
Public PropertyOpenGpsOnStartup Gets or sets a value determining whether the GPS connection should be opened when the application starts up.  
Public PropertyOpenLastProjectOnStartup Gets or sets the flag indicating whether or not to automatically open the last used project when the application starts.  
Public PropertyProjectPaths Gets the collection of additional folder paths to look for projects.  
Public PropertyRoutingDisclaimerConfirmed Gets or sets the flag indicating whether or not to show routing disclaimer  
Public PropertyStreetMapDatasetPath Gets or sets the StreetMapDatasetPath used for routing  
Public PropertyStreetMapTolerance Gets or sets the StreetMapTolerance used for routing  
Public PropertyUnitSystem Gets current Unit system setting  
Top

Public Methods

 NameDescription
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Occurs when a property value is changed  
Protected MethodPrivateReadXml Reads any application settings defined in this portion of the partial class.  
Protected MethodPrivateWriteXml Writes any application settings defined in this portion of the partial class.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value is changed  
Top

See Also