Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to create cursors. #284

Merged
merged 5 commits into from Apr 26, 2024
Merged

Conversation

eiadxp
Copy link
Contributor

@eiadxp eiadxp commented Nov 4, 2021

This pull request add support to create cursors through XAML extensions. You can change: width, height, fill brush, strike brush and thickness, hot spot point, rotation angle, and flip mode. Default values can be found and changed in the static class MahApps.Metro.IconPacks.PackIconCursorHelper.

Usage:

        <Button xmlns:icons="http://metro.mahapps.com/winfx/xaml/iconpacks"
                Content="{icons:MaterialDesign Kind=AccountBox}"
                Cursor="{icons:MaterialDesignCursor Kind=HourglassEmpty}" />

@eiadxp eiadxp requested a review from punker76 December 24, 2021 09:25
@punker76
Copy link
Member

punker76 commented Jan 5, 2022

@eiadxp Sorry for the delay. I already started to review your last changes. But I still need some time for finishing it. I will try to do this in the next 2 weeks. ❤️🙏🏻

@eiadxp
Copy link
Contributor Author

eiadxp commented Jan 5, 2022

@eiadxp Sorry for the delay. I already started to review your last changes. But I still need some time for finishing it. I will try to do this in the next 2 weeks. ❤️🙏🏻

Thanks for all your efforts 🙂

@dnfadmin
Copy link

dnfadmin commented Sep 10, 2022

CLA assistant check
All CLA requirements met.

Copy link
Member

@punker76 punker76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@punker76 punker76 merged commit 530ee1d into MahApps:develop Apr 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants