Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : SelectionModifierType Enumeration |
public enum SelectionModifierType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum SelectionModifierType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SelectionModifierType
public enum class SelectionModifierType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | The selection point should not be modified. |
0x00000001 | NearestKeyFrame | The selection point should be adjusted to fall on the nearest key frame. |
0x00000002 | NextKeyFrame | The selection point should be adjusted to fall on the next key frame. |
0x00000003 | PreviousKeyFrame | The selection point should be adjusted to fall on the previous key frame. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.SelectionModifierType