text_inheritance_limit property

text_inheritance_limit property

Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.

Definition:

@property
def text_inheritance_limit(self):
    ...

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

See Also