Sha256: 8a1214b269bc4073b9fc2aeef05654574f01a2fd6ea5f0c7a3f609fac8389595
Contents?: true
Size: 848 Bytes
Versions: 17
Compression:
Stored size: 848 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" IsScriptEnabled="True" /> </Grid> </UserControl>
Version data entries
17 entries across 17 versions & 1 rubygems