Vcl.WinXCalendars.TSlideCalendarAnimation.DestinationRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestinationRect: TRect read FDestinationRect write FDestinationRect;

C++

__property System::Types::TRect DestinationRect = {read=FDestinationRect, write=FDestinationRect};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TSlideCalendarAnimation

Description

Specifies the rectangle where AnimateBitmap is drawn during the animation process.

See Also