ClassDialogTypeToWatermarkContentConverter
Class
Provides the watermark content based on the DialogType property and the current culture.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.Converters
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class DialogTypeToWatermarkContentConverter : IMultiValueConverter
Inheritance: objectDialogTypeToWatermarkContentConverter
Implements:
Constructors
DialogTypeToWatermarkContentConverter()
Declaration
cs-api-definition
public DialogTypeToWatermarkContentConverter()
Methods
Convert(object[], Type, object, CultureInfo)
Gets the localized watermark content based on the DialogType property.
Declaration
cs-api-definition
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
values
object[]
targetType
parameter
culture
Returns
ConvertBack(object, Type[], object, CultureInfo)
Not implemented.