SelectionEndModifier Property

Summary

Offers a way to adjust the end selection point to fall on a key frame.

Syntax
C#
VB
C++
public virtual SelectionModifierType SelectionEndModifier { get; set; } 
Public Overridable Property SelectionEndModifier As SelectionModifierType 
public: 
virtual property SelectionModifierType SelectionEndModifier { 
   SelectionModifierType get(); 
   void set (    SelectionModifierType ); 
} 

Property Value

A SelectionModifierType object representing the desired adjustment.

Remarks

This property adjusts the start selection point set using SelectionEnd to fall on a key frame.

Requirements

Target Platforms

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