height mülk
height mülk
Şeklin height’ini piksel biriminde temsil eder.
Örnek
if shape.height == 3:
    shape.height = 1
Tanım:
@property
def height(self):
    ...
@height.setter
def height(self, value):
    ...
Ayrıca bakınız
- modül aspose.cells.drawing
- sınıf CheckBox