SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_background_style Property

The style of the signature widget background.

Syntax

def get_sig_background_style() -> int: ...
def set_sig_background_style(value: int) -> None: ...

sig_background_style = property(get_sig_background_style, set_sig_background_style)

Default Value

0

Remarks

The style of the signature widget background.

pwbsDefault uses the default image, pwbsNoBackground doesn't use background image at all, and pwbsCustom expects the application to provide a custom background image.

pwbsDefault0The default widget background
pwbsNoBackground1No (empty) background
pwbsCustom2Custom background (picture or vector)

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