-
Hello, search a solution to add space between Icon and label text in RibbonButton like a margin. Thanks for help. |
Beta Was this translation helpful? Give feedback.
Answered by
batzen
Nov 4, 2022
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
batzen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
you can either overwrite the resource
Fluent.Ribbon.DataTemplates.Button.Header
if you want to change the header template of all your buttons or assignHeaderTemplate
for a single button.You can find the default template at
Fluent.Ribbon/Fluent.Ribbon/Themes/Controls/Button.xaml
Line 215 in c71e820