ColumnWidth

Slicer.ColumnWidth property

返回或设置切片器中每列的宽度(以磅为单位)。

public double ColumnWidth { get; set; }

例子


[C#]

slicer.ColumnWidth = 80;

也可以看看