API usage文本文档 APIEnumerationShdType本页总览ShdTypeAsk a question 可以添加到文档元素的底纹类型。 类型 枚举 值 "nil" "clear" 示例 This example adds a green shadow to the table. CodeResultPlayground// How to change a table shadow type.// Indicate a clear shadow type of the table.tablePr.SetShd("clear", 0, 255, 0, false);