MaxLength Property
Description
Maximum length that this block can represent in the time line.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property MaxLength() As Integer
Return Type
Maximum length that this block can represent in the time line.
Remarks
- Length is the current length of time this block represents in the time line.
- 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.
If AllowBlockScale is False, the block will not be able to be resized by the user and MinLength and MaxLength will be ignored.
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.