This property sets the units of measurement at which the tool tip coordinates are displayed.

[Visual Basic] Public Property ToolTip As LengthUnit
[C#] public LengthUnit ToolTip {get; set;}

Property Value

Value Explanation
Non (default) None (Does not display a tool tip)
Pixel Pixels
mm Millimeters
Inch Inches

Explanation

The ToolTip property displays a tool tip when the mouse moves over the image in the ImageKit Control. The tool tip shows the x y coordinates for the location of the mouse cursor. When this property is set to Non, the tool tip will not be displayed. Values other than Non will set the tool tip units to pixels, millimeters, or inches respectively.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation