Click or drag to resize

Layout.IHandler Interface

Platform handler interface for the the Layout class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : Container.IHandler, 
	Control.IHandler, Widget.IHandler

The Layout.IHandler type exposes the following members.

Methods
  NameDescription
Public methodUpdate
Re-calculates the layout of the controls and re-positions them, if necessary
Top
See Also