Created
August 1, 2012 05:19
-
-
Save kiriappeee/3223910 to your computer and use it in GitHub Desktop.
Adding a style to an entire element within a XAML Tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<grid textelement.fontfamily="Lucida Grande" x:name="LayoutRoot"> | |
<!-- All other controls in here will automatically inherit Lucida Grande as their font unless specified explicitly not to do so --> | |
</grid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment