Skip to content

Instantly share code, notes, and snippets.

@kiriappeee
Created August 1, 2012 05:19
Show Gist options
  • Save kiriappeee/3223910 to your computer and use it in GitHub Desktop.
Save kiriappeee/3223910 to your computer and use it in GitHub Desktop.
Adding a style to an entire element within a XAML Tree
<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