center_text property

center_text property

If NullableBool.True then text should be centered in box horizontally. Read/write NullableBool.

Definition:

@property
def center_text(self):
    ...

@center_text.setter
def center_text(self, value):
    ...

See Also