Vcl.Touch.GestureCtrls.TCustomGesturePreview.FOffsetY

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FOffsetY: Integer;

C++

int FOffsetY;

Properties

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

Description

Specifies the Y coordinate of the rectangle in which the preview is drawn.

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

See Also