Property SLScope.TSLDisplayAxisCursorSettings.SnapToSample
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDisplayAxisCursorSettings
Contents |
Syntax
Delphi:
property SnapToSample : Boolean read FSnapToSample write SetSnapToSample default False;
C++ Builder:
__property bool SnapToSample = { read=FSnapToSample, write=SetSnapToSample, default=False };
Summary
Specifies if the cursor will snap to the nearest sample.
Description
If set to True, the cursors will snap to the values of the
channel points. This means that the cursor will position
itself only over channel points and not between them.
If set to false the cursor can be positioned anywhere.