object_distribution property

object_distribution property

Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.

Definition:

@property
def object_distribution(self):
    ...

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

See Also