C# Class Xamarin.Canvas.iOS.LabelNodeRenderer

Inheritance: NodeUIView
显示文件 Open project: Clancey/Canvas

Public Methods

Method Description
LabelNodeRenderer ( LabelNode node ) : System
LayoutSubviews ( ) : void

Protected Methods

Method Description
UpdateNativeWidget ( ) : void

Method Details

LabelNodeRenderer() public method

public LabelNodeRenderer ( LabelNode node ) : System
node LabelNode
return System

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

UpdateNativeWidget() protected method

protected UpdateNativeWidget ( ) : void
return void