Share via


ControlBuilder.ThemeResolutionService Propriedade

Definição

Obtém um objeto IThemeResolutionService que é usado no tempo de design para gerenciar os temas e capas do controle.

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

Valor da propriedade

IThemeResolutionService

Um IThemeResolutionService objeto usado no tempo de design para gerenciar temas de controle e peles.

Comentários

A IThemeResolutionService interface é um contêiner para um ou mais ThemeProvider objetos, que, por sua vez, fornecem os SkinBuilder objetos que aplicam temas e controlam skins aos controles quando são criados em um designer.

Aplica-se a

Confira também