SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_section_text_font_size Property

Use this property to specify the font size to be used for general text on the widget.

Syntax

def get_sig_section_text_font_size() -> str: ...
def set_sig_section_text_font_size(value: str) -> None: ...

sig_section_text_font_size = property(get_sig_section_text_font_size, set_sig_section_text_font_size)

Default Value

"5.0"

Remarks

Use this property to specify the font size to be used for general text on the widget.

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