Sha256: 3ea2c43dcc17a721c6c916e70034b6805939aed44d3d76f1181635f6b3235dc4
Contents?: true
Size: 825 Bytes
Versions: 34
Compression:
Stored size: 825 Bytes
Contents
<UserControl x:Class="rho.views.RhoView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" 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="607" d:DesignWidth="480"> <Grid x:Name="LayoutRoot"> <phone:WebBrowser Grid.Row="1" HorizontalAlignment="Left" Name="webBrowser1" VerticalAlignment="Top" Height="607" Width="480" /> </Grid> </UserControl>
Version data entries
34 entries across 34 versions & 1 rubygems