User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.cursorforzoom

Table of Contents

ITGIS_ViewerWnd.CursorForZoom property

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

Cursor for TGIS_ViewerMode.Zoom mode (zooming a map using a rubber-band rectangle). If not set (equal crDefault) then built-in cursor default for this Mode will be used.

Available also on: Delphi FMX | .NET WinForms | Python.

Syntax

// C#
public TCursor CursorForZoom
{
  get {}
  set {}
}
' VisualBasic
Public Property CursorForZoom As TCursor
  Get
  End Get
  Set(ByVal value As TCursor)
  End Set
End Property
// Oxygene
public
  property CursorForZoom : TCursor read read;

Value

Type
TCursor
2022/11/16 01:12

Page Tools