MouseOverInformation Enumeration

CVB.Net Documentation
Available mouse over information for the Display.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

[FlagsAttribute]
public enum MouseOverInformation
Members

  Member nameValueDescription
None0 No mouse over information is shown.
MouseCursor1 Pixel location and value information is shown.
ImageDimension2 Image width, height and plane data is shown.
All3 All mouse over information is shown.
See Also

Reference