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 zoom animations 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 the system detects that animations are too slow, it disables them internally anyway.

2026/07/11 00:07

Page Tools