The width of the signature.
Usage
Set_Property(OLECtrlEntID, "OLE.SignatureWidth", Value)
Values
Value can be any positive or negative whole number:
Default: 1
Remarks
The SignatureWidth property establishes the width, in pixels, of the user's signature strokes. This can be set to any valid Integer value.
Example
// Set the signature width Set_Property(@Window:".OLE_SIGNATURE", "OLE.SignatureWidth", 2)