PixelLayout Class |
Namespace: Eto.Forms
The PixelLayout type exposes the following members.
Name | Description | |
---|---|---|
PixelLayout | Initializes a new instance of the PixelLayout class |
Name | Description | |
---|---|---|
Contents |
Gets a collection of controls that are contained by this layout
| |
Controls |
Gets an enumeration of controls that are directly contained by this container
(Overrides ContainerControls.) |
Name | Description | |
---|---|---|
Add(Control, Point) |
Adds a control at the specified location
| |
Add(Control, Int32, Int32) |
Adds a control to the layout with the specified pixel coordinates
| |
EndInit |
Ends the initialization when loading from xaml or other code generated scenarios
(Overrides LayoutEndInit.) | |
GetLocation |
Gets the location of the control in the container
| |
Move(Control, Point) |
Moves a control to the specified location.
| |
Move(Control, Int32, Int32) |
Moves the control to the specified coordinates
| |
Remove |
Remove the specified child control.
(Overrides ContainerRemove(Control).) | |
SetLocation |
Sets the location of the specified control
|