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 物件,這些物件會在設計工具中建立主題和控制項時,將主題和控制項面板套用至控制項。