width_pt property
width_pt property
Represents the width of the shape, in unit of point.
Example
if shape.width_pt == 3:
    shape.width_pt = 1.0
Definition:
@property
def width_pt(self):
    ...
@width_pt.setter
def width_pt(self, value):
    ...
See Also
- module aspose.cells.drawing
- class TextBox