ControlInfo Class |
Namespace: Telogis.UI
The ControlInfo type exposes the following members.
Name | Description | |
---|---|---|
ControlInfo | Initializes a new instance of the ControlInfo class |
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
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |