Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.03 KB

swipeitem_iconsource.md

File metadata and controls

42 lines (27 loc) · 1.03 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.SwipeItem.IconSource
winrt property

Windows.UI.Xaml.Controls.SwipeItem.IconSource

-description

Gets or sets the graphic content of the item.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItem.IconSource (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<SwipeItem>
  <SwipeItem.IconSource>
    iconSourceElement
  </SwipeItem.IconSource>
</SwipeItem>

-xaml-values

iconSourceElement
iconSourceElementA single object element that derives from IconSource and describes the graphic content of the button.

-property-value

The graphic content of the item. The default is null.

-remarks

-see-also

-examples