Vcl.Touch.GestureCtrls.TCustomGesturePreview.FOffsetX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FOffsetX: Integer;

C++

int FOffsetX;

Properties

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

Description

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

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

See Also