C#
VB
C++
Defines the selection modifier type.
public enum SelectionModifierType
Public Enum SelectionModifierType
public enum class SelectionModifierType
Members
Value | Member | Description |
---|---|---|
0 | None | The selection point should not be modified. |
1 | NearestKeyFrame | The selection point should be adjusted to fall on the nearest key frame. |
2 | NextKeyFrame | The selection point should be adjusted to fall on the next key frame. |
3 | PreviousKeyFrame | The selection point should be adjusted to fall on the previous key frame. |
The default value is SelectionModifierType.None. The selection modifier types allows the selection to be automatically adjusted by the toolkit.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET