ControlBuilder.ThemeResolutionService 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 IThemeResolutionService 对象,该对象用于在设计时管理控件的主题和外观。
public:
property System::Web::UI::IThemeResolutionService ^ ThemeResolutionService { System::Web::UI::IThemeResolutionService ^ get(); };
public System.Web.UI.IThemeResolutionService ThemeResolutionService { get; }
member this.ThemeResolutionService : System.Web.UI.IThemeResolutionService
Public ReadOnly Property ThemeResolutionService As IThemeResolutionService
属性值
一个 IThemeResolutionService 对象,该对象用于在设计时管理控件的主题和外观。
注解
该 IThemeResolutionService 接口是一个或多个 ThemeProvider 对象的容器,反过来又为在设计器中创建主题和控件外观的对象提供 SkinBuilder 应用主题和控制外观的对象。