User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.Graticule property

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

Graticule object. Set Graticule.Enabled to turn on/off.

Available also on: Delphi FMX | Java | Python.

Syntax

// C#
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public TGIS_Graticule Graticule
{
  get {}
}
' VisualBasic
<Browsable(false)>
<DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)>
Public Property Graticule As TGIS_Graticule
  Get
  End Get
End Property
// Oxygene
public
  [Browsable(false)]
  [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
  property Graticule : TGIS_Graticule read;

Value

2022/11/16 01:38

Page Tools