Changes
* The default stroke width of PDFViewer Annotations can now be customized, see [[XAML#UBIKPdfViewer|UBIKPdfViewer]].
== Known issues ==
* UWP: To guarantee that annotations are properly saved automatically in the Flip View, the "AutoSave" property in the UBIKPdfViewer control of the UBIKDocumentFlipView.xaml needs to be set to "True".
* The default stroke width for Annotations can be defined with the AnnotationDefaultStrokeWidth property in the UBIKThemes.xaml:
<source lang = "xml">
<x:Double x:Key="AnnotationDefaultStrokeWidth">1</x:Double>
</source>
<headertabs />