ok, I might be missing something really easy, But I want to use the same Font family, Font Size, and color for multiple controls.
Is there a way to create one style for this and apply it different controls?
Sorry if this has been asked before.
Thanks
Are the controls all in the same container? For example, in the same
WindoworStackPanel? If so, you can make set those properties on the parent container and they’ll apply to any children. For example:If you want to standardize the font across your entire app, you can use an implict style in your App.xaml file, like this: