Drawable canvas
Drawable Canvas allows you to draw by free-hand on a runtime only (newly created) file-data source. Very useful for e.g. signatures.
The "Value" property of the Drawable Canvas must be data-bound to a runtime only data source (file object class) with cardinality one. You must make sure the object in the data source has been populated.
The drawing will be saved back to this data source, as an image, and you may save it (persist).
Last updated