Jump to: navigation, search

Changes


XAML

643 bytes added, 26 August
/* UBIKPdfViewer */
</tab>
 
<tab name="Xamarin">
On a Xamarin UBIKPdfViewer instance (e.g. in the UBIKDocumentContentArea template), you can configure its EnableSeparateInkStrokes value.
* True (default): Every ink stroke has its own session. You can select it and change its color/thickness/transparency/etc. separately from others.
* False: If you do not end the session explicitly by exiting the ink mode, all strokes belong in the same session. And they can only be interacted with as a whole.
<source lang = "xml">
xmlns:ctrls="clr-namespace:UBIK.CPL.Controls;assembly=UBIK.CPL"
<ctrls:UBIKPdfViewer
...
EnableSeparateInkStrokes="True" />
</source>
</tab>
 
</tabs>