User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.bigextentmargin

Table of Contents

IGIS_Viewer.BigExtentMargin property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.BigExtentMargin | Methods | Properties

Map extent margin.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Value

Type
int
Integer

Remarks

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.

2026/07/11 00:07

Page Tools