Property SLScope.TSLScopeMarkerGroup.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: TSLScopeMarkerGroup
Contents |
Syntax
Delphi:
property SnapToSample : Boolean read FSnapToSample write SetSnapToSample default True;
C++ Builder:
__property bool SnapToSample = { read=FSnapToSample, write=SetSnapToSample, default=True };
Summary
Specifies if the marker will snap to the nearest sample.
Description
If set to True, the marker will snap to the values of the
channel points. This means that the marker will position
itself only over channel points and not between them.
If set to false the marker can be positioned anywhere.