Method | Description | |
---|---|---|
Layout ( ILayoutInstruction element ) : void |
Performs layout logic for the specified element.
|
Method | Description | |
---|---|---|
OnLayout ( ILayoutInstruction element ) : void |
Called when the specified element needs to be laid out.
|
public final Layout ( ILayoutInstruction element ) : void | ||
element | ILayoutInstruction | The |
return | void |
protected OnLayout ( ILayoutInstruction element ) : void | ||
element | ILayoutInstruction | The |
return | void |