User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.bigextentmargin

Table of Contents

TGIS_Viewer.BigExtentMargin property

DK11 for Delphi | GisViewer.TGIS_Viewer.BigExtentMargin | Constructors | Fields | Methods | Properties | Events | Events

Map extent margin.

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

Syntax

// Delphi
published
  property BigExtentMargin : Integer read write;
// C++ Builder
published:
  __property int BigExtentMargin = {read, write};

Value

Type
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/30 19:19

Page Tools