Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1006 Bytes

jumplistitembackgroundconverter_convert_101701969.md

File metadata and controls

37 lines (24 loc) · 1006 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.Primitives.JumpListItemBackgroundConverter.Convert(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String)
winrt method

Windows.UI.Xaml.Controls.Primitives.JumpListItemBackgroundConverter.Convert

-description

Returns the enabled brush if the item is not empty, otherwise returns the disabled brush.

-parameters

-param value

The source data being passed to the target.

-param targetType

The Type of data expected by the target dependency property.

-param parameter

An optional parameter to be used in the converter logic.

-param language

The culture of the conversion.

-returns

The enabled brush if the item is not empty, otherwise the disabled brush.

-remarks

-examples

-see-also