C# Class Xamarin.Canvas.ButtonNode

Inheritance: GroupNode
显示文件 Open project: Clancey/Canvas Class Usage Examples

Public Methods

Method Description
ButtonNode ( Node child ) : System

Protected Methods

Method Description
ButtonNode ( ) : System
OnSizeAllocated ( double width, double height ) : void
SetChild ( Node child ) : void

Private Methods

Method Description
UpdateLayout ( ) : void

Method Details

ButtonNode() protected method

protected ButtonNode ( ) : System
return System

ButtonNode() public method

public ButtonNode ( Node child ) : System
child Node
return System

OnSizeAllocated() protected method

protected OnSizeAllocated ( double width, double height ) : void
width double
height double
return void

SetChild() protected method

protected SetChild ( Node child ) : void
child Node
return void