height_pixel property

height_pixel property

Returns or sets the height of the specified timeline, in pixels.

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.Height property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also