LegacyMouseTrack Property (CompatibilityOptions)
In This Topic
Gets or sets a value indicating whether
C1PreviewPane should use legacy method to draw mouse tracks on rulers if
C1PreviewPane.TrackMousePosition is
true. The default value is
false.
Syntax
'Declaration
Public Property LegacyMouseTrack As Boolean
public bool LegacyMouseTrack {get; set;}
See Also