Click or drag to resize

PixelLayout Methods

The PixelLayout type exposes the following members.

Methods
  NameDescription
Public methodAdd(Control, Point)
Adds a control at the specified location
Public methodAdd(Control, Int32, Int32)
Adds a control to the layout with the specified pixel coordinates
Public methodEndInit
Ends the initialization when loading from xaml or other code generated scenarios
(Overrides LayoutEndInit.)
Public methodStatic memberGetLocation
Gets the location of the control in the container
Public methodMove(Control, Point)
Moves a control to the specified location.
Public methodMove(Control, Int32, Int32)
Moves the control to the specified coordinates
Public methodRemove
Remove the specified child control.
(Overrides ContainerRemove(Control).)
Public methodStatic memberSetLocation
Sets the location of the specified control
Top
See Also