client/src/Iri.Modernisation.Controls/View/ConsultationBookView/AnnotationViewer.xaml
changeset 28 2d4ec5ab2a40
parent 0 249d70e7b32d
child 38 bd33267300aa
equal deleted inserted replaced
27:f292db96b050 28:2d4ec5ab2a40
    20 			<StackPanel Orientation="Horizontal" Height="16" Margin="12,0,4,-4" VerticalAlignment="Bottom">
    20 			<StackPanel Orientation="Horizontal" Height="16" Margin="12,0,4,-4" VerticalAlignment="Bottom">
    21 				<TextBlock Text="Tags:" Height="16" VerticalAlignment="Top"/>
    21 				<TextBlock Text="Tags:" Height="16" VerticalAlignment="Top"/>
    22 				<TextBlock x:Name="AnnotationViewerKeyWords"  Text="{Binding Tags, Converter={StaticResource ArrayToString}}"/>
    22 				<TextBlock x:Name="AnnotationViewerKeyWords"  Text="{Binding Tags, Converter={StaticResource ArrayToString}}"/>
    23 			</StackPanel>
    23 			</StackPanel>
    24 			<ListBox x:Name="CommentList"  Margin="0,0,0,-8" VerticalAlignment="Bottom"  />
    24 			<ListBox x:Name="CommentList"  Margin="0,0,0,-8" VerticalAlignment="Bottom"  />
    25 			<Rectangle Fill="{Binding Type,Converter={StaticResource PTCC}}" Stroke="Black" Height="16" HorizontalAlignment="Left" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0,0.5"/>
    25 			<Rectangle Fill="{Binding Type}" Stroke="Black" Height="16" HorizontalAlignment="Left" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0,0.5"/>
    26 			<Rectangle Fill="{Binding Type,Converter={StaticResource PTCC}}" Stroke="Black" HorizontalAlignment="Left" Margin="0,16,0,0" Width="8"/>
    26 			<Rectangle Fill="{Binding Type}" Stroke="Black" HorizontalAlignment="Left" Margin="0,16,0,0" Width="8"/>
    27 		</Grid>
    27 		</Grid>
    28 		
    28 		
    29         <!-- <View:VideoViewer x:Name="VideoViewer" d:IsPrototypingComposition="True" Margin="191,4,0,0" HorizontalAlignment="Left" Width="161" VerticalAlignment="Top"/> -->
    29         <!-- <View:VideoViewer x:Name="VideoViewer" d:IsPrototypingComposition="True" Margin="191,4,0,0" HorizontalAlignment="Left" Width="161" VerticalAlignment="Top"/> -->
    30 	
    30 	
    31         </Grid>
    31         </Grid>