|
@@ -23,7 +23,8 @@
|
|
|
<Grid Height="40" Background="White" >
|
|
|
<TextBlock x:Name="TitleTextBlock" Text="{Binding Converter={StaticResource PropertyPanelResourceConverter},ConverterParameter=Title_Cloud}" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16" FontFamily="Microsoft YaHei"></TextBlock>
|
|
|
</Grid>
|
|
|
- </Border>
|
|
|
+ </Border>
|
|
|
+ <cpdftools:CPDFAnnotationPreviewerControl x:Name="CPDFAnnotationPreviewerControl" Height="100" Margin="16"></cpdftools:CPDFAnnotationPreviewerControl>
|
|
|
<StackPanel Name="CloudPanel" Orientation="Vertical">
|
|
|
<StackPanel Height="75" Margin="5">
|
|
|
<TextBlock Text="{Binding Converter={StaticResource PropertyPanelResourceConverter},ConverterParameter=Property_LineColor}"></TextBlock>
|