To use TvControls you must include the reference to it Nuget package and configure your application to use TvControls:
var builder = new HostBuilder();
builder.UseTvision2(setup => setup
.AddTvControls(sk => sk.AddMcStyles()));
The AddTvControls
method adds TvControls to your library. The method accepts an optional delegate of type Action<ISkinManagerBuilder>
to configure the theme used by all the controls of the application.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.