Skip to content

Instantly share code, notes, and snippets.

@polatengin
Created October 6, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polatengin/d664ccd8ec99c0c79f7f1dfd6de0a617 to your computer and use it in GitHub Desktop.
Save polatengin/d664ccd8ec99c0c79f7f1dfd6de0a617 to your computer and use it in GitHub Desktop.
Windows 10 UWP uygulamalarında ekran nesnelerine stil vermek - Inline
<Page
x:Class="StyleOrnekInline.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:StyleOrnekInline">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Button Background="#f1c40f" Foreground="#2c3e50" BorderBrush="#c0392b" Padding="30" Margin="30">Inline Stil</Button>
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment