Method | Description | |
---|---|---|
AlignBottom ( |
Moves the control to the bottom of its parent.
|
|
AlignLeft ( |
Moves the control to the left of its parent.
|
|
AlignRight ( |
Moves the control to the right of its parent.
|
|
AlignTop ( |
Moves the control to the top of its parent.
|
|
Center ( |
Centers the control inside its parent.
|
|
CenterHorizontally ( |
Centers the control horizontally inside its parent.
|
|
CenterVertically ( |
Centers the control vertically inside its parent.
|
|
PlaceDownLeft ( |
Places the control below other control (left aligned), taking margins into account.
|
|
PlaceRightBottom ( |
Places the control to the right of other control (bottom aligned), taking margins into account.
|
public static AlignBottom ( |
||
control | ||
return | void |
public static AlignLeft ( |
||
control | ||
return | void |
public static AlignRight ( |
||
control | ||
return | void |
public static AlignTop ( |
||
control | ||
return | void |
public static Center ( |
||
control | Control to center. | |
return | void |
public static CenterHorizontally ( |
||
control | ||
return | void |
public static CenterVertically ( |
||
control | ||
return | void |
public static PlaceDownLeft ( |
||
control | Control to place. | |
anchor | Anchor control. | |
spacing | int | Optional spacing. |
return | void |
public static PlaceRightBottom ( |
||
control | Control to place. | |
anchor | Anchor control. | |
spacing | int | Optional spacing. |
return | void |