Ghost1372

everything can be handy

GoToCard

Attributes

Name
Icon
ShowIcon
Title
ActionTitle
ActionIcon
ShowActionIcon
ShowActionButton
LaunchUri

Events

Name
ActionClick

Example

1
2
3
4
5
6
7
<dev:GoToCard Title="Syncfusion Collaborates with Microsoft to Advance .NET MAUI"
ActionTitle="Read more"
Icon="{dev:BitmapIconSource Source=ms-appx:///Assets/Fluent/Microsoft.png}">
<dev:GoToCard.Icon>
<BitmapIconSource Source="ms-appx:///Assets/Fluent/Microsoft.png">
</dev:GoToCard.Icon>
</dev:GoToCard>

if you provide LaunchUri and then click on ActionButton, LaunchUri will be used and no need to subscribe to ActionClick event.

DevWinUI

Demo

you can run demo and see this feature.

0%