SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_auto_pos Property

Use the default widget position on a page.

Syntax

def get_sig_auto_pos() -> bool: ...
def set_sig_auto_pos(value: bool) -> None: ...

sig_auto_pos = property(get_sig_auto_pos, set_sig_auto_pos)

Default Value

TRUE

Remarks

Use the default widget position on a page.

The default position is aligned with the top right corner of the page. Switch this property off and use sig_offsetx and sig_offsety to put the widget elsewhere on the page.

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