Advertisement
FrayxRulez

AppTitleStyle

Feb 1st, 2015
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.31 KB | None | 0 0
  1.         <Style x:Key="AppTitleStyle" TargetType="TextBlock">
  2.             <Setter Property="Margin" Value="12,0"/>
  3.             <Setter Property="FontFamily" Value="{StaticResource PhoneFontFamilySemiBold}"/>
  4.             <Setter Property="FontSize" Value="{StaticResource PivotTitleFontSize}"/>
  5.         </Style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement