Click or drag to resize

ControlInfo Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The ControlInfo type exposes the following members.

Properties
  NameDescription
Public propertyBottomMargin
Gets or sets the margin between the bottom of the control and the bottom of the container (in pixels)
Public propertyHeight
Gets or sets the height of the control, in pixels
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment for this control
Public propertyLeft
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.
Public propertyLeftMargin
Gets or sets the margin between the left edge of the control and the left edge of the container (in pixels)
Public propertyMargin
Sets the margins around the control: (top, left, bottom, right)
Public propertyMargins
Gets or sets the margins around the control (in pixels). The margins are specified in an array of integers: (top, left, bottom, right)
Public propertyRightMargin
Gets or sets the margin between the right edge of the control and the right edge of the container (in pixels)
Public propertySplit
Gets or sets the number of splits in this control
Public propertyTop
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.
Public propertyTopMargin
Gets or sets the margin between the top of the control and the top of the container (in pixels)
Public propertyVerticalAlignment
Gets or sets the vertical alignment for this control
Public propertyWidth
Gets or sets the width of the control, in pixels
Top
See Also