Vcl.WinXCalendars.TZoomCalendarAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCalendars.TBaseCalendarAnimationSystem.TObjectTZoomCalendarAnimation

Delphi

TZoomCalendarAnimation = class(TBaseCalendarAnimation)

C++

class PASCALIMPLEMENTATION TZoomCalendarAnimation : public TBaseCalendarAnimation

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars Vcl.WinXCalendars

Description

Base class that specifies the calendar animation.

Vcl.WinXCalendars.TZoomCalendarAnimation inherits from Vcl.WinXCalendars.TBaseCalendarAnimation. All content below this line refers to Vcl.WinXCalendars.TBaseCalendarAnimation.


Base class that specifies the calendar animation.

With the TBaseCalendarAnimation class, you can specify the following animation parameters:

  • The milliseconds an animation takes to complete with the Duration property.
  • The interval in which the animation steps appear with the Interval property.

See Also