Sha256: cb4f6bb8f9831734cdf4bd10281925f36528d89770d7cbb267d371e400dc66ee
Contents?: true
Size: 1.45 KB
Versions: 28
Compression:
Stored size: 1.45 KB
Contents
<phone:PhoneApplicationPage x:Class="BarcodeReaderLib.CameraNavigatePage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="Portrait" Orientation="Portrait" mc:Ignorable="d" shell:SystemTray.IsVisible="True"> <Canvas HorizontalAlignment="Left" Height="768" VerticalAlignment="Top" Width="480"> <!--Camera viewfinder --> <Canvas.Background> <VideoBrush x:Name="viewfinderBrush"> <VideoBrush.RelativeTransform> <CompositeTransform x:Name="viewfinderTransform" CenterX="0.5" CenterY="0.5" Rotation="90"/> </VideoBrush.RelativeTransform> </VideoBrush> </Canvas.Background> </Canvas> <!--LayoutRoot is the root grid where all page content is placed--> </phone:PhoneApplicationPage>
Version data entries
28 entries across 22 versions & 2 rubygems