|
@@ -8,44 +8,46 @@
|
|
|
xmlns:cpdfcommon="clr-namespace:compdfkit_tools.Common"
|
|
|
mc:Ignorable="d"
|
|
|
d:DesignHeight="800" d:DesignWidth="300">
|
|
|
- <Grid Background="#FAFCFF">
|
|
|
- <StackPanel Orientation="Vertical">
|
|
|
- <Border BorderThickness="1" BorderBrush="#1A000000">
|
|
|
- <Grid Height="40" Background="White" >
|
|
|
- <TextBlock x:Name="TitleTextBlock" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16" FontFamily="Segoe UI"></TextBlock>
|
|
|
- </Grid>
|
|
|
- </Border>
|
|
|
- <StackPanel Orientation="Vertical" Height="130">
|
|
|
- <cpdftools:CPDFAnnotationPreviewerControl x:Name="CPDFAnnotationPreviewerControl" Height="100" Margin="16"></cpdftools:CPDFAnnotationPreviewerControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Height="75" Margin="5">
|
|
|
- <TextBlock Text="Line Color"></TextBlock>
|
|
|
- <cpdfcommon:ColorPickerControl x:Name="BorderColorPickerControl" Brush="Red" TransparentBtnProperty ="Collapsed"></cpdfcommon:ColorPickerControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel x:Name="FillColorStackPanel" Height="75" Margin="5">
|
|
|
- <TextBlock Text="Fill Color"></TextBlock>
|
|
|
- <cpdfcommon:ColorPickerControl x:Name="FillColorPickerControl" Brush="Transparent"></cpdfcommon:ColorPickerControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Height="60" Margin="5">
|
|
|
- <TextBlock Text="Opacity"></TextBlock>
|
|
|
- <cpdfcommon:CPDFOpacityControl x:Name="CPDFOpacityControl"></cpdfcommon:CPDFOpacityControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Height="60" Margin="5">
|
|
|
- <TextBlock Text="Line Width"></TextBlock>
|
|
|
- <cpdfcommon:CPDFThicknessControl x:Name="CPDFThicknessControl"></cpdfcommon:CPDFThicknessControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel x:Name="LineStyleStackPanel" Height="90" Margin="5">
|
|
|
- <TextBlock Text="Line and Border Style"></TextBlock>
|
|
|
- <cpdfcommon:CPDFLineStyleControl x:Name="CPDFLineStyleControl"></cpdfcommon:CPDFLineStyleControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel x:Name="ArrowStackPanel" Visibility="Visible" Height="75" Margin="5">
|
|
|
- <TextBlock Text="Start and End"></TextBlock>
|
|
|
- <cpdfcommon:CPDFArrowControl x:Name="CPDFArrowControl"></cpdfcommon:CPDFArrowControl>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Height="160" Margin="5">
|
|
|
- <TextBlock Text="Note"></TextBlock>
|
|
|
- <TextBox Height="100" x:Name="NoteTextBox" TextChanged="NoteTextBox_TextChanged" TextWrapping="Wrap" AcceptsReturn="True"></TextBox>
|
|
|
- </StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
+ <ScrollViewer VerticalScrollBarVisibility="Auto">
|
|
|
+ <Grid Background="#FAFCFF">
|
|
|
+ <StackPanel Orientation="Vertical">
|
|
|
+ <Border BorderThickness="1" BorderBrush="#1A000000">
|
|
|
+ <Grid Height="40" Background="White" >
|
|
|
+ <TextBlock x:Name="TitleTextBlock" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16" FontFamily="Segoe UI"></TextBlock>
|
|
|
+ </Grid>
|
|
|
+ </Border>
|
|
|
+ <StackPanel Orientation="Vertical" Height="130">
|
|
|
+ <cpdftools:CPDFAnnotationPreviewerControl x:Name="CPDFAnnotationPreviewerControl" Height="100" Margin="16"></cpdftools:CPDFAnnotationPreviewerControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Height="75" Margin="5">
|
|
|
+ <TextBlock Text="Line Color"></TextBlock>
|
|
|
+ <cpdfcommon:ColorPickerControl x:Name="BorderColorPickerControl" Brush="Red" TransparentBtnProperty ="Collapsed"></cpdfcommon:ColorPickerControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel x:Name="FillColorStackPanel" Height="75" Margin="5">
|
|
|
+ <TextBlock Text="Fill Color"></TextBlock>
|
|
|
+ <cpdfcommon:ColorPickerControl x:Name="FillColorPickerControl" Brush="Transparent"></cpdfcommon:ColorPickerControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Height="60" Margin="5">
|
|
|
+ <TextBlock Text="Opacity"></TextBlock>
|
|
|
+ <cpdfcommon:CPDFOpacityControl x:Name="CPDFOpacityControl"></cpdfcommon:CPDFOpacityControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Height="60" Margin="5">
|
|
|
+ <TextBlock Text="Line Width"></TextBlock>
|
|
|
+ <cpdfcommon:CPDFThicknessControl x:Name="CPDFThicknessControl"></cpdfcommon:CPDFThicknessControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel x:Name="LineStyleStackPanel" Height="90" Margin="5">
|
|
|
+ <TextBlock Text="Line and Border Style"></TextBlock>
|
|
|
+ <cpdfcommon:CPDFLineStyleControl x:Name="CPDFLineStyleControl"></cpdfcommon:CPDFLineStyleControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel x:Name="ArrowStackPanel" Visibility="Visible" Height="75" Margin="5">
|
|
|
+ <TextBlock Text="Start and End"></TextBlock>
|
|
|
+ <cpdfcommon:CPDFArrowControl x:Name="CPDFArrowControl"></cpdfcommon:CPDFArrowControl>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Height="160" Margin="5">
|
|
|
+ <TextBlock Text="Note"></TextBlock>
|
|
|
+ <TextBox Height="100" x:Name="NoteTextBox" TextChanged="NoteTextBox_TextChanged" TextWrapping="Wrap" AcceptsReturn="True"></TextBox>
|
|
|
+ </StackPanel>
|
|
|
+ </StackPanel>
|
|
|
+ </Grid>
|
|
|
+ </ScrollViewer>
|
|
|
</UserControl>
|