Vcl.Touch.GestureCtrls.TGestureListView.ImageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageSize;

C++

__property ImageSize = {default=20};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

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

Vcl.Touch.GestureCtrls.TGestureListView.ImageSize inherits from Vcl.Touch.GestureCtrls.TCustomGestureListView.ImageSize. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureListView.ImageSize.

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