A、样式是一系列图层效果的集合 B、对于文字图层不可直接应用图层样式,须将其栅格化后才能应用 C、单击样式调板中的空白部分可以弹出新建样式对话框 D、样式本身不改变原有图层的属性,并可随时调用已有的样式库
A、在应用的根目录下的App_Themes 目录下放一个主题。 B、在ASP.NET 安装目录下的ASP.NETClientFiles 目录下放一个主题文件。 C、通过设置<%@ Page Theme="..." %> 标记指定一个主题。 D、在Web.config 文件中配置<pages theme="..."/>节来指定一个主题。
A、App_Theme\<theme_name> B、App_StyleSheetTheme\<theme_name> C、App_<theme_name>\<theme_name> D、\<theme_name> E、The root application folder F、App_Themes\<theme_name>
A、Place a theme in the App_Themes directory under the application root directory. B、Place a theme under an ASP.NETClientFiles folder under the ASP.NET installation directory. C、Assign a theme by setting the <%@ Page Theme="..." %> directive to the name of the application theme. D、Assign a theme by specifying the <pages theme="..."/> section in the Web.config file.