width属性
width属性
返回或设置指定切片器的 width(以点为单位)。
注意事项
注意:此成员现已过时。取而代之的是 请使用 Shape.WidthPt 属性。 自 2025 年 5 月起,该房产将于 12 个月后拆除。 Aspose 对于您所遇到的不便深表歉意。
例子
slicer.width = 100.0
定义:
@property
def width(self):
...
@width.setter
def width(self, value):
...
返回或设置指定切片器的 width(以点为单位)。
注意:此成员现已过时。取而代之的是 请使用 Shape.WidthPt 属性。 自 2025 年 5 月起,该房产将于 12 个月后拆除。 Aspose 对于您所遇到的不便深表歉意。
slicer.width = 100.0
@property
def width(self):
...
@width.setter
def width(self, value):
...