show_outline_icons property

show_outline_icons property

Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode. Read/write bool.

Definition:

@property
def show_outline_icons(self):
    ...

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

See Also