User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.bigextentmargin

Table of Contents

ITGIS_ViewerWnd.BigExtentMargin property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.BigExtentMargin | Methods | Properties

Map extent margin.

Available also on: Delphi FMX | .NET WinForms | 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 help place a map inside a window with a small margin. Define in percent of window size (when negative) or map extent (when positive). Possible values are -50..50 where: 0 means no margin; -50 means that up 50% of a the window size will be occupied by margin; 50 means that then margin will be equal to half of extent. Default value is -10. See also BigExtent.

2022/11/16 01:12

Page Tools