Click or drag to resize

PanelIHandler Interface

Handler interface fot the Panel

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ContainerIHandler, 
	ControlIHandler, WidgetIHandler, IContextMenuHost

The PanelIHandler type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets or sets the main content of the panel.
Public propertyMinimumSize
Gets or sets the minimum size of the panel.
Public propertyPadding
Gets or sets the padding around the Content of the panel.
Top
See Also