Skip to content

Signature

The Signature control is a simple place for a user to write their signature using touch.

Signature

Example Usage

Xaml

<aurora:Signature x:Name="control" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" />

C#

var signature = new Signature
{

};