PixelLayout Methods |
The PixelLayout type exposes the following members.
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
|