User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.useanimations

Table of Contents

TGIS_Viewer.UseAnimations property

DK for .NET | TatukGIS.NDK.TGIS_Viewer.UseAnimations | Constructors | Fields | Methods | Properties | Events

True if animation upon zooming are allowed.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

If system discovers that animation are to slow then it will disable it internally anyway.

2025/01/31 01:14

Page Tools