.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,578 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
what is the difference between FlyoutItem.FlyoutIcon and FlyoutItem.Icon
Hello,
what is the difference between FlyoutItem.FlyoutIcon and FlyoutItem.Icon
Here are some differences.
FlyoutIcon | The icon to use for the item. If this property is unset, it will fallback to using the Icon property value. (Inherited from BaseShellItem) |
---|---|
Icon | Defines the icon to display in parts of the chrome that are not the flyout. (Inherited from BaseShellItem) |
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.