Signature¶
The Signature control is a simple place for a user to write their signature using touch.
Example Usage¶
Xaml¶
<aurora:Signature x:Name="control" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" />
C#¶
var signature = new Signature
{
};