DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.BigExtentMargin | Methods | Properties
Map extent margin.
// C# public Integer BigExtentMargin { get {} set {} }
' VisualBasic Public Property BigExtentMargin As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property BigExtentMargin : Integer read read;
| Type |
|---|
| int Integer |
Used to place the map inside a window with a small margin. Defined as a percent of window size when negative, or of map extent when positive. Possible values are -50..50, where 0 means no margin, -50 means up to 50% of the window size is occupied by margin, and 50 means the margin equals half of the extent. Default value is -10. See also BigExtent.