User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.useanimations

Table of Contents

IGIS_Viewer.UseAnimations property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.UseAnimations | Methods | Properties

True if animation upon zooming are allowed.

Available also on: Delphi | .NET | Java | 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:03

Page Tools