C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Gps.VisibleWhenAboveConverter

Inheritance: System.Windows.Data.IValueConverter
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf

Méthodes publiques

Méthode Description
Convert ( object value, System targetType, object parameter, System culture ) : object

Modifies the source data before passing it to the target for display in the UI.

ConvertBack ( object value, System targetType, object parameter, System culture ) : object

Not Implemented

Method Details

Convert() public méthode

Modifies the source data before passing it to the target for display in the UI.
public Convert ( object value, System targetType, object parameter, System culture ) : object
value object The source data being passed to the target.
targetType System The of data expected by the target dependency property.
parameter object An optional parameter to be used in the converter logic.
culture System The culture of the conversion.
Résultat object

ConvertBack() public méthode

Not Implemented
public ConvertBack ( object value, System targetType, object parameter, System culture ) : object
value object The target data being passed to the source.
targetType System The of data expected by the source object.
parameter object An optional parameter to be used in the converter logic.
culture System The culture of the conversion.
Résultat object