C# Class Xwt.Frame

Inheritance: Xwt.Widget
Mostrar archivo Open project: antmicro/xwt Class Usage Examples

Private Properties

Property Type Description
Frame System
UpdateBorderWidth void
UpdatePadding void

Public Methods

Method Description
Clear ( ) : void

Removes all children of the Frame

Frame ( ) : System
Frame ( FrameType frameType ) : System
Frame ( Xwt.Widget content ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost

Private Methods

Method Description
Frame ( Xwt.Widget content, FrameType frameType ) : System
UpdateBorderWidth ( ) : void
UpdatePadding ( ) : void

Method Details

Clear() public method

Removes all children of the Frame
public Clear ( ) : void
return void

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

Frame() public method

public Frame ( ) : System
return System

Frame() public method

public Frame ( FrameType frameType ) : System
frameType FrameType
return System

Frame() public method

public Frame ( Xwt.Widget content ) : System
content Xwt.Widget
return System