top_x_offset property

top_x_offset property

Gets or sets the offset from the beginning of the top line to the bottom line.

Definition:

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

See Also