Table of Contents

Interface IScreenController<TModel>

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public interface IScreenController<out TModel> : IScreenController where TModel : IScreenModel

Type Parameters

TModel
Inherited Members

Methods

Embed(ISurface)

Activates the screen embedded within another screen on an existing surface

TModel Embed(ISurface surface)

Parameters

surface ISurface

Returns

TModel