bosing.GridLengthUnit

class bosing.GridLengthUnit

基类:object

Unit of grid length.

The unit can be:

  • Seconds: Fixed length in seconds.

  • Auto: Auto length.

  • Star: Ratio of the remaining duration.

Auto = GridLengthUnit.Auto
Seconds = GridLengthUnit.Seconds
Star = GridLengthUnit.Star