User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.AutoCenter property

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

If True, then the screen will be centered on click, edit, etc.

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

Syntax

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

Value

Type
bool
Boolean
2022/11/16 01:38

Page Tools