GestureCtrls.TCustomGesturePreview.MaxPreviewSize
From RAD Studio VCL Reference
Contents |
Delphi Information
From GestureCtrls.pas
property MaxPreviewSize: Integer read FMaxPreviewSize write SetMaxPreviewSize;
Unit: GestureCtrls
Type: property
Visibility: public
Member Of: TCustomGesturePreview
C++ Information
From GestureCtrls.hpp
__property int MaxPreviewSize = {read=FMaxPreviewSize,write=SetMaxPreviewSize};
Unit: GestureCtrls
Type: property
Visibility: public
Member Of: TCustomGesturePreview
Description
Specifies the maximum height and width of the preview rectangle.
Use MaxPreviewSize to specify the maximum size of the preview rectangle. Even though the size of the gesture preview control can be big, specifying a value other than 0 for MaxPreviewSize ensures that the actual drawing will only use the rectangle limited by this value.