C# Class com.codename1.impl.SilverlightPeer

Inheritance: com.codename1.ui.PeerComponent
Datei anzeigen Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Properties

Property Type Description
element Windows.UI.Xaml.FrameworkElement

Public Methods

Method Description
SilverlightPeer ( FrameworkElement element ) : System
calcPreferredSize ( ) : global::System.Object
deinitialize ( ) : void
generatePeerImage ( ) : object
initComponent ( ) : void
isFocusable ( ) : bool
layoutPeer ( ) : void
onPositionSizeChange ( ) : void
setLightweightMode ( bool l ) : void
shouldRenderPeerImage ( ) : bool

Method Details

SilverlightPeer() public method

public SilverlightPeer ( FrameworkElement element ) : System
element Windows.UI.Xaml.FrameworkElement
return System

calcPreferredSize() public method

public calcPreferredSize ( ) : global::System.Object
return global::System.Object

deinitialize() public method

public deinitialize ( ) : void
return void

generatePeerImage() public method

public generatePeerImage ( ) : object
return object

initComponent() public method

public initComponent ( ) : void
return void

isFocusable() public method

public isFocusable ( ) : bool
return bool

layoutPeer() public method

public layoutPeer ( ) : void
return void

onPositionSizeChange() public method

public onPositionSizeChange ( ) : void
return void

setLightweightMode() public method

public setLightweightMode ( bool l ) : void
l bool
return void

shouldRenderPeerImage() public method

public shouldRenderPeerImage ( ) : bool
return bool

Property Details

element public_oe property

public FrameworkElement,Windows.UI.Xaml element
return Windows.UI.Xaml.FrameworkElement