Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parameter 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 InputConverterParameter As Object
public Object InputConverterParameter { get; set; }
public:
property Object^ InputConverterParameter {
Object^ get ();
void set (Object^ value);
}
member InputConverterParameter : Object with get, set
function get InputConverterParameter () : Object
function set InputConverterParameter (value : Object)
Property Value
Type: System.Object
The parameter that is passed to the Convert method of InputConverter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.