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

Version Path
rhodes-3.3.3.beta.1 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.7 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.6 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.5 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.4 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.3 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.2 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.2.beta.1 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.1 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.0 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.0.beta.3 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.0.beta.2 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.3.0.beta.1 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.2.3 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.2.2 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.2.2.beta platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.2.1 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.2.0 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml
rhodes-3.2.0.beta.9 platform/wp7/RhoRubyLib/views/RhoTabHeader.xaml