relative property

bool relative
final

If relative is true, this values must be between 0 and 1, where 0 represent the sheet totally hidden and 1 fully visible.

If relative is false, the values are real pixels and will be clamped to Sheet.minExtent and Sheet.maxExtent

The default values is false

Implementation

final bool relative;