ControlInfo Properties | ![]() |
The ControlInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | BottomMargin |
Gets or sets the margin between the bottom of the control and the bottom of the container (in pixels)
|
![]() | Height |
Gets or sets the height of the control, in pixels
|
![]() | HorizontalAlignment |
Gets or sets the horizontal alignment for this control
|
![]() | Left |
Gets or sets the position of the left of the control relative to the container's left edge.
May be used in conjunction with Top to position the control.
|
![]() | LeftMargin |
Gets or sets the margin between the left edge of the control and the left edge of the container (in pixels)
|
![]() | Margin |
Sets the margins around the control: (top, left, bottom, right)
|
![]() | Margins |
Gets or sets the margins around the control (in pixels). The margins are
specified in an array of integers: (top, left, bottom, right)
|
![]() | RightMargin |
Gets or sets the margin between the right edge of the control and the right edge of the container (in pixels)
|
![]() | Split |
Gets or sets the number of splits in this control
|
![]() | Top |
Gets or sets the position of the top of the control relative to the container's top edge.
May be used in conjunction with Left to position the control.
|
![]() | TopMargin |
Gets or sets the margin between the top of the control and the top of the container (in pixels)
|
![]() | VerticalAlignment |
Gets or sets the vertical alignment for this control
|
![]() | Width |
Gets or sets the width of the control, in pixels
|