Length Property
Description
Current length of time this block represents in the timeline.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Length() As Integer
Return Type
Current length of time this block represents in the timeline.
Remarks
Length is the current length of time this block represents in the timeline. The length of a block can be lengthened or shortened by moving the mouse to the edge of the block and dragging the edge to a new length. The length is constrained by the MaxLength and MinLength properties.
It is important to note that not all properties are used when the TrackBlock represents a Key. Properties not used by a key are HeightPercent, Length, MaxLength, and MinLength.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.