The color of the signature baseline.
Usage
Set_Property(OLECtrlEntID, "OLE.LineColor", Color)
Values
Color can be any Color value.
Default: Auto
Remarks
The LineColor property establishes the color used to draw the line upon which the user will sign. This can be set to any valid Color type.
Example
// Set the baseline color Set_Property(@Window:".OLE_SIGNATURE", "OLE.LineColor", "Red")