height property

height property

Gets or sets the height of the shape, measured in points. Read/write float.

Remarks

The value returned is always defined and never float. The value assigned must also be defined; assign float only to properties of a RawFrame instance.

Definition:

@property
def height(self):
    ...

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

See Also