Sha256: d130396ade1325ec5e6d3bbfd114ea2e1dc994acb3d48436b626c8408f6795e4
Contents?: true
Size: 838 Bytes
Versions: 35
Compression:
Stored size: 838 Bytes
Contents
<UserControl x:Class="rho.views.RhoTabHeader" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" d:DesignHeight="480" d:DesignWidth="480"> <Grid x:Name="LayoutRoot"> <StackPanel Orientation="Horizontal"> <Image Name="img" Height="auto" Width="auto"/> <TextBlock Name="lbl" Margin="2,0,0,0" Foreground="Black" VerticalAlignment="Center" /> </StackPanel> </Grid> </UserControl>
Version data entries
35 entries across 35 versions & 1 rubygems