User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewerwnd.bigextentmargin

Table of Contents

TGIS_ViewerWnd.BigExtentMargin property

DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.BigExtentMargin | Constructors | Methods | Properties | Events | Events

Map extent margin.

Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.

Syntax

# Python
@property
def BigExtentMargin(
  self
) -> int: 
 
@BigExtentMargin.setter
def BigExtentMargin(
  self,
  _value: int
) -> None: 

Value

Type Default
int -10

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.

2023/08/09 02:00

Page Tools