Vcl.Touch.GestureCtrls.TCustomGestureListView.ImageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageSize: Integer read FImageSize write SetImageSize default 20;

C++

__property int ImageSize = {read=FImageSize, write=SetImageSize, default=20};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Specifies the horizontal and vertical size of the gesture preview image.

Use ImageSize to check or set the size of the gesture preview image, in pixels. The value of ImageSize represents both the width and the height of the image.

See Also