InkEdit, InkPicture controls
A drawing attribute that specifies whether the drawn ink gets wider as the pressure of the pen tip on the tablet surface increases.
To specify that the pressure of the pen tip should be ignored:
Select the IgnorePressure check box on the Ink page in the Properties view.
The IgnorePressure property takes a boolean value.
This example sets the IgnorePressure property to true for the control ie_1:
ie_1.IgnorePressure = TRUE