SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_height Property

Specifies the height of the signature widget.

Syntax

def get_sig_height() -> int: ...
def set_sig_height(value: int) -> None: ...

sig_height = property(get_sig_height, set_sig_height)

Default Value

70

Remarks

Specifies the height of the signature widget.

The sig_auto_size property should be switched off for this to apply.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]