Vcl.Touch.GestureCtrls.TCustomGesturePreview.FInternalPreviewSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInternalPreviewSize: Integer;

C++

int FInternalPreviewSize;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Specifies the calculated dimensions of the preview rectangle.

FInternalPreviewSize is used internally by the gesture preview control. The value of FInternalPreviewSize is of interest only for components deriving from TCustomGesturePreview.

See Also