offset_height property

offset_height property

Gets or sets the offset for height

Definition:

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

See Also