bottom_x_dim property

bottom_x_dim property

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

Definition:

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

See Also