WPF: Help Needed w/FontSizeProperty...And A Bit More

Hello, I have followed and successfully implemented the User Controls and Dependency Properties tutorial. I also successfully extended it to include FontFamily using the Text approach as a model. However, when attempting to extend it to include FontSizeProperty, no luck! as the pattern does not fit. Much search of the Internet has not provided any information that I can use; it seems FontSize is buried somewhere in Text.Element. (If you want to apply a Style, FontSize seems a bit less mysterious. I’m trying to apply it “in the raw”.)

  1. So help is needed in understanding this seemingly mysterious property and thus how it can be implemented in the tutorial following the Text and Font Family approach. (FontSizeConverter does not seem to be useful for that.):scream:
  2. In the attempt to resolve the FontSizeProperty mystery, it also occured to me that it would be nice to know how to get at the next layer of Dependency Properties. This can be done to some extent playing around with Intellisense and making sense of the various items that appear (fails miserably for FontSize though!). Is there some source of documentation I’ve been unable to find?:d:
    Thanks for any help on these; I find these tutorials very well written and quite cleverly constructed for easy navigation.:slight_smile: