I am trying to figure out how to implement the “Better” example of what is shown here:

Specifically what is used for “Indent” and “Spacing” headings. I assume its just a RibbonGroup header with the header on top but I can’t figure out how to do that. Ideas?
It’s just a
TextBlock.That appears to be directly from the WPF Source and Samples.
You’ll find the following in UserControlWord.xaml which I think is the exact code that produces the entire Paragraph RibbonGroup in your Better: example. For non generic RibbonButtons and such… they usually just make their own grid of normal controls in the examples.