Click or drag to resize

ControlInfo Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to specify additional layout information for a control in GAML.
Inheritance Hierarchy
SystemObject
  Telogis.UIControlInfo

Namespace:  Telogis.UI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ControlInfo

The ControlInfo type exposes the following members.

Constructors
  NameDescription
Public methodControlInfo
Initializes a new instance of the ControlInfo class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also