SelectionModifierType Enumeration

Summary

Defines the selection modifier type.

Syntax
C#
VB
C++
public enum SelectionModifierType   
Public Enum SelectionModifierType  
public enum class SelectionModifierType   

Members
ValueMemberDescription
0None The selection point should not be modified.
1NearestKeyFrame The selection point should be adjusted to fall on the nearest key frame.
2NextKeyFrame The selection point should be adjusted to fall on the next key frame.
3PreviousKeyFrame The selection point should be adjusted to fall on the previous key frame.

Remarks

The default value is SelectionModifierType.None. The selection modifier types allows the selection to be automatically adjusted by the toolkit.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly