C# Class TheChan.Extensions.UiExtensions

ファイルを表示 Open project: acedened/TheChan

Public Methods

Method Description
RenderToRandomAccessStream ( this element ) : Task
ToApplicationTheme ( this theme ) : ApplicationTheme
ToTheme ( this theme ) : Theme

Method Details

RenderToRandomAccessStream() public static method

public static RenderToRandomAccessStream ( this element ) : Task
element this
return Task

ToApplicationTheme() public static method

public static ToApplicationTheme ( this theme ) : ApplicationTheme
theme this
return ApplicationTheme

ToTheme() public static method

public static ToTheme ( this theme ) : Theme
theme this
return Theme