Class
DialogTypeToWatermarkContentConverter

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: IMultiValueConverter

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

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type[], object, CultureInfo)

Not implemented.

Declaration

cs-api-definition
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)

Parameters

value

object

targetTypes

Type[]

parameter

object

culture

CultureInfo

Returns

object[]