ControlBuilder.ThemeResolutionService 属性

定义

获取一个 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 对象,该对象用于在设计时管理控件的主题和外观。

注解

IThemeResolutionService 接口是一个或多个 ThemeProvider 对象的容器,反过来又为在设计器中创建主题和控件外观的对象提供 SkinBuilder 应用主题和控制外观的对象。

适用于

另请参阅