content_layout_flags property

content_layout_flags property

Content layout flags: Flow = 1, Stacked horizontal = 2, Stacked vertical = 4

Definition:

@property
def content_layout_flags(self):
    ...
@content_layout_flags.setter
def content_layout_flags(self, value):
    ...

See Also