User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlscale.units

Table of Contents

TGIS_ControlScale.Units property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlScale.Units | Constructors | Methods | Properties | Events

Units used for scale output.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

// C#
[Browsable(false)]
public TGIS_CSUnits Units
{
  get {}
  set {}
}
' VisualBasic
<Browsable(false)>
Public Property Units As TGIS_CSUnits
  Get
  End Get
  Set(ByVal value As TGIS_CSUnits)
  End Set
End Property
// Oxygene
public
  [Browsable(false)]
  property Units : TGIS_CSUnits read read;

Value

2022/11/16 01:38

Page Tools