User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewer.restricteddrag

Table of Contents

TGIS_Viewer.RestrictedDrag property

DK11 for Python | tatukgis.pdk.TGIS_Viewer.RestrictedDrag | Constructors | Methods | Properties | Events | Events

If true, then you can not drag outside the map Extent.

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

Syntax

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

Value

Type
bool

Remarks

If map will be rotated by RotationAngle then using RestrictedDrag is not recommended.

2023/08/09 02:00

Page Tools