FMX.ExtCtrls.TImageViewer.MouseScaling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseScaling: Boolean read FMouseScaling write FMouseScaling default True;

C++

__property bool MouseScaling = {read=FMouseScaling, write=FMouseScaling, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer

Description

Specifies whether the image is zoomed in or out when the mouse wheel is rotated over the control.

A True value for MouseScaling indicates that rotating the mouse wheel over the control will modify the BitmapScale property, therefore modifying the image size, and a False value otherwise.

See Also