SelectionStartModifier Property

Summary

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

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

Property Value

A SelectionModifierType object representing the desired adjustment.

Remarks

This property adjusts the start selection point set using SelectionStart 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