ESRI.ArcGIS.Mobile.Client
GpsStateToBackgroundConverter Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : GpsStateToBackgroundConverter Class

Converts a GpsConnectionState enumeration value into a Brush.

Syntax

Visual Basic (Declaration) 
<ValueConversionAttribute(SourceType=ESRI.ArcGIS.Mobile.Client.Gps.GpsConnectionState, 
   TargetType=System.Windows.Media.Brush, 
   ParameterType=)>
Public Class GpsStateToBackgroundConverter 
C# 
[ValueConversionAttribute(SourceType=ESRI.ArcGIS.Mobile.Client.Gps.GpsConnectionState, 
   TargetType=System.Windows.Media.Brush, 
   ParameterType=)]
public class GpsStateToBackgroundConverter 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ValueConverters.GpsStateToBackgroundConverter

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