C# Class Windows.UI.Xaml.Hosting.XamlUIPresenter

Inheritance: IXamlUIPresenter
Show file Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
NotifyWindowSizeChanged ( ) : void
Present ( ) : void
Render ( ) : void
SetHost ( [ host ) : void
SetSize ( [ width, [ height ) : void

Method Details

NotifyWindowSizeChanged() public static method

public static NotifyWindowSizeChanged ( ) : void
return void

Present() public method

public Present ( ) : void
return void

Render() public method

public Render ( ) : void
return void

SetHost() public static method

public static SetHost ( [ host ) : void
host [
return void

SetSize() public method

public SetSize ( [ width, [ height ) : void
width [
height [
return void