WidthPixel

Slicer.WidthPixel property

返回或设置指定切片器的宽度,以像素为单位。

public int WidthPixel { get; set; }

例子


[C#]

slicer.WidthPixel = 120;

也可以看看