C# Class wenku8.Settings.Layout.BookInfoView.BgContext

Background Context Object, Controls section backgrounds
Inheritance: Net.Astropenguin.DataModel.ActiveData
ファイルを表示 Open project: tgckpg/wenku10

Public Methods

Method Description
ApplyBackgrounds ( ) : void
BgContext ( Net.Astropenguin.IO.XRegistry LayoutSettings, string Section ) : System
Reload ( ) : void
SetBackground ( string type ) : void

Private Methods

Method Description
ApplyImage ( IStorageFile ISF ) : void
ApplyImage ( string Location, bool FromSystem = false ) : void
PickDirFromPicLibrary ( ) : Task
SwapImage ( BitmapImage b ) : void
TryUseImage ( string Url ) : void

Method Details

ApplyBackgrounds() public method

public ApplyBackgrounds ( ) : void
return void

BgContext() public method

public BgContext ( Net.Astropenguin.IO.XRegistry LayoutSettings, string Section ) : System
LayoutSettings Net.Astropenguin.IO.XRegistry
Section string
return System

Reload() public method

public Reload ( ) : void
return void

SetBackground() public method

public SetBackground ( string type ) : void
type string
return void