left_to_corner عقار
left_to_corner عقار
يحصل على الإزاحة الأفقية للشكل من الحد الأيسر لورقة العمل ويقوم بضبطها.
مثال
if shape.left_to_corner == 3:
    shape.left_to_corner = 1
تعريف:
@property
def left_to_corner(self):
    ...
@left_to_corner.setter
def left_to_corner(self, value):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة ComboBox