Click or drag to resize

ControlInfoMargins Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the margins around the control (in pixels). The margins are specified in an array of integers: (top, left, bottom, right)

Namespace:  Telogis.UI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int[] Margins { get; set; }

Property Value

Type: Int32
Remarks
An exception will be thrown if an attempt is made to set Margins to anything but an array of four integer elements
See Also