Applies to
InkEdit, InkPicture controls
Description
A drawing attribute that specifies the height of the side of the rectangular pen tip in pixels. The default is 53 pixels. This property has no effect on the ball pen tip.
Usage
In a painter
To specify the height of the ink drawn in an InkEdit or InkPicture control:
-
Type or select a value in the InkHeight spin control on the Ink page in the Properties view.
In scripts
The InkHeight property takes an integer value.
This example in the Moved event of a trackbar control sets the InkHeight property using the scroll position in the trackbar selected by the user:
ip_1.InkHeight = int(scrollpos)