ArcGIS Extensibility SDK for Silverlight - Library Reference
ESRI.ArcGIS.Client.Application.Layout.Converters Namespace
See Also  Inheritance Hierarchy Send comments on this topic
Contains converter classes to be used in XAML binding statements in application layouts.

Classes

 ClassDescription
ClassAttachmentInfoToImageUriConverter Converts an T:ESRI.ArcGIS.Client.FeatureService.AttachmentInfo object to a thumbnail Uri for the attachment.
ClassBooleanToCollapsedConverter Converts a Boolean to a Visibility value. Returns Collapsed if true, Visible if null or false
ClassBooleanToVisibilityConverter Converts a Boolean to a Visibility value. Returns Visible if true, Collapsed if null or false.
ClassEditorSwatchGenerator Converts a T:ESRI.ArcGIS.Client.Toolkit.SymbolTemplate to a editing template symbol. Swatch accounts for the template's symbology and drawing mode.
ClassHasAttachmentsConverter Converts a T:ESRI.ArcGIS.Client.Layer to a T:ESRI.ArcGIS.Client.FeatureLayer if it is a FeatureLayer with attachments
ClassImageUrlResolver Converts a URL to a System.Windows.Media.Imaging.BitmapImage
ClassLocalizationConverter Converts a resource key to the corresponding resource string for the current culture. Can be inherited from to implement localization in third party code.
ClassNotNullVisibilityConverter Converts an object to a Visibility value based on whether or not it is null. Returns Collapsed if null, Visible if not.
ClassNullOrEmptyStringToBoolConverter 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.
ClassNullVisibilityConverter Converts an object to a Visibility value based on whether it is null. Returns Visible if the object is null, Collapsed if not.
ClassReverseEnumerationConverter Converts a System.Collections.IEnumerable to an IEnumerable with the same items in reverse order
ClassTemplatePickerTextConverter Converts a T:ESRI.ArcGIS.Client.FeatureService.FeatureTemplate to a string containing instructions for drawing features on the map
ClassVisibilityToBooleanConverter Converts a Visibility value to a Boolean. Returns true if Visible, false if Collapsed.
ClassVisibilityToIntConverter Converts a Visibility value to an Integer. By default, returns 1 if Visible, 0 if Collapsed. Alternate values can be specified via ConverterParameter.

See Also

© Esri, Inc. All Rights Reserved.