InvokeCommandAction.InputConverterLanguage Property

Gets or sets the language that is passed to the Convert method of InputConverter. This is an optional dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property InputConverterLanguage As String
public string InputConverterLanguage { get; set; }
public:
property String^ InputConverterLanguage {
    String^ get ();
    void set (String^ value);
}
member InputConverterLanguage : string with get, set
function get InputConverterLanguage () : String 
function set InputConverterLanguage (value : String)

Property Value

Type: System.String
The language that is passed to the Convert method of InputConverter.

.NET Framework Security

See Also

Reference

InvokeCommandAction Class

Microsoft.Xaml.Interactions.Core Namespace