Title

Slicer.Title property

指定当前切片器对象的标题。

public string Title { get; set; }

例子


[C#]

slicer.Title = "slicer title";

也可以看看