User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.cursorforzoom

Table of Contents

TGIS_ViewerWnd.CursorForZoom property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.CursorForZoom | Constructors | Fields | Methods | Properties | Events

Cursor for TGIS_ViewerMode.Zoom mode (zooming a map using a rubber-band rectangle).

Available also on: Delphi FMX | ActiveX | Python.

Syntax

// C#
[DefaultValue(typeOf(Cursor),'Default')]
public Cursor CursorForZoom
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(typeOf(Cursor),'Default')>
Public Property CursorForZoom As Cursor
  Get
  End Get
  Set(ByVal value As Cursor)
  End Set
End Property
// Oxygene
public
  [DefaultValue(typeOf(Cursor),'Default')]
  property CursorForZoom : Cursor read read;

Value

Type
Cursor
2022/11/16 01:38

Page Tools