Caption

Slicer.Caption property

返回或设置指定切片器的标题。

public string Caption { get; set; }

例子


[C#]

slicer.Caption = "slicer caption";

也可以看看