height_pt property
height_pt property
Represents the height of the shape, in unit of points.
Example
if shape.height_pt == 3:
    shape.height_pt = 1.0
Definition:
@property
def height_pt(self):
    ...
@height_pt.setter
def height_pt(self, value):
    ...
See Also
- module aspose.cells.drawing
- class RadioButton