'How to add a digital signature in devexpress blazor

I want to add a digital signature field in a form[razor page]

how can i add a digital signature in a razor page in devexpress blazor app

 <DxFormLayoutItem Caption="Signature" ColSpanMd="12">
            <Template>
                @*<SfSignature @ref="signature" BackgroundColor="white" style="height:100%; width: 100%;"></SfSignature>*@
            </Template>
        </DxFormLayoutItem>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source