top_x_dim property

top_x_dim property

Gets or sets the extent of the top line measured along the x-axis.

Definition:

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

See Also