C# Class CoreLib.Shared.F12.F12Service

Show file Open project: liquidboy/X Class Usage Examples

Public Properties

Property Type Description
CurrentDockPosition eDockPosition
F12toolsInstance F12Tools
IsStarted bool

Public Methods

Method Description
DockPanelTo ( eDockPosition dockPosition, double panelSize ) : void
Start ( ContentControl f12panel ) : void
Stop ( ) : void

Method Details

DockPanelTo() public static method

public static DockPanelTo ( eDockPosition dockPosition, double panelSize ) : void
dockPosition eDockPosition
panelSize double
return void

Start() public static method

public static Start ( ContentControl f12panel ) : void
f12panel Windows.UI.Xaml.Controls.ContentControl
return void

Stop() public static method

public static Stop ( ) : void
return void

Property Details

CurrentDockPosition public static property

public static eDockPosition CurrentDockPosition
return eDockPosition

F12toolsInstance public static property

public static F12Tools,CoreLib.Shared.F12 F12toolsInstance
return F12Tools

IsStarted public static property

public static bool IsStarted
return bool