C# Class Xwt.WPFBackend.WpfWindow

Inheritance: System.Windows.Window
Mostrar archivo Open project: TheBrainTech/xwt Class Usage Examples

Public Properties

Property Type Description
Frontend System.Windows.Window

Public Methods

Method Description
CalcBorderSize ( double windowWidth, double windowHeight ) : void
ResetBorderSize ( ) : void
SetMinSize ( Size size ) : void
WpfWindow ( ) : System

Protected Methods

Method Description
ArrangeOverride ( System arrangeBounds ) : Size
OnActivated ( EventArgs e ) : void
OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( System arrangeBounds ) : Size
arrangeBounds System
return System.Windows.Size

CalcBorderSize() public method

public CalcBorderSize ( double windowWidth, double windowHeight ) : void
windowWidth double
windowHeight double
return void

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

OnRenderSizeChanged() protected method

protected OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void
sizeInfo System.Windows.SizeChangedInfo
return void

ResetBorderSize() public method

public ResetBorderSize ( ) : void
return void

SetMinSize() public method

public SetMinSize ( Size size ) : void
size System.Windows.Size
return void

WpfWindow() public method

public WpfWindow ( ) : System
return System

Property Details

Frontend public_oe property

public Window,System.Windows Frontend
return System.Windows.Window