relative_scale_height property

relative_scale_height property

Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.

Definition:

@property
def relative_scale_height(self):
    ...

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

See Also