RowHeight

Slicer.RowHeight property

返回或设置指定切片器中每一行的高度(以磅为单位)。

public double RowHeight { get; set; }

例子


[C#]

slicer.RowHeight = 20;

也可以看看