amwx / FluentAvalonia

Control library focused on fluent design and bringing more WinUI controls into Avalonia
MIT License
1.05k stars 97 forks source link

Option for blue TaskDialogButton color #524

Closed styris-ame closed 9 months ago

styris-ame commented 9 months ago

Is your feature request related to a problem? Please describe. Windows apps usually have a blue dialog button indicating that it is the primary button:

Screenshot 2024-02-05 151812

Describe the solution you'd like An option for a blue button.

timunie commented 9 months ago

ContentDialog has it via DefaultButton. I'm not sure about TaskDialog though.

amwx commented 9 months ago

Use the IsDefault property on a TaskDialogButton to do this