Class | Description | |
---|---|---|
![]() | AttachmentInfoToImageUriConverter | Converts an T:ESRI.ArcGIS.Client.FeatureService.AttachmentInfo object to a thumbnail Uri for the attachment. |
![]() | BooleanToCollapsedConverter | Converts a Boolean to a Visibility value. Returns Collapsed if true, Visible if null or false |
![]() | BooleanToVisibilityConverter | Converts a Boolean to a Visibility value. Returns Visible if true, Collapsed if null or false. |
![]() | EditorSwatchGenerator | Converts a T:ESRI.ArcGIS.Client.Toolkit.SymbolTemplate to a editing template symbol. Swatch accounts for the template's symbology and drawing mode. |
![]() | HasAttachmentsConverter | Converts a T:ESRI.ArcGIS.Client.Layer to a T:ESRI.ArcGIS.Client.FeatureLayer if it is a FeatureLayer with attachments |
![]() | ImageUrlResolver | Converts a URL to a System.Windows.Media.Imaging.BitmapImage |
![]() | LocalizationConverter | Converts a resource key to the corresponding resource string for the current culture. Can be inherited from to implement localization in third party code. |
![]() | NotNullVisibilityConverter | Converts an object to a Visibility value based on whether or not it is null. Returns Collapsed if null, Visible if not. |
![]() | NullOrEmptyStringToBoolConverter | Converts a string to a Boolean based on whether or not the string is null or empty. Returns true if the string is null or empty, false if not. |
![]() | NullVisibilityConverter | Converts an object to a Visibility value based on whether it is null. Returns Visible if the object is null, Collapsed if not. |
![]() | ReverseEnumerationConverter | Converts a System.Collections.IEnumerable to an IEnumerable with the same items in reverse order |
![]() | TemplatePickerTextConverter | Converts a T:ESRI.ArcGIS.Client.FeatureService.FeatureTemplate to a string containing instructions for drawing features on the map |
![]() | VisibilityToBooleanConverter | Converts a Visibility value to a Boolean. Returns true if Visible, false if Collapsed. |
![]() | VisibilityToIntConverter | Converts a Visibility value to an Integer. By default, returns 1 if Visible, 0 if Collapsed. Alternate values can be specified via ConverterParameter. |