FMX.MagnifierGlass.TCustomMagnifierGlass

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomMagnifierGlass

Delphi

TCustomMagnifierGlass = class(TPresentedControl)

C++

class PASCALIMPLEMENTATION TCustomMagnifierGlass : public Fmx::Controls::Presentation::TPresentedControl

Properties

Type Visibility Source Unit Parent
class public
FMX.MagnifierGlass.pas
FMX.MagnifierGlass.hpp
FMX.MagnifierGlass FMX.MagnifierGlass

Description

The base class for MagnifierGlass controls.

A magnifying glass is a loupe that enlarges a certain area in a parent control. The magnifying glass control allows changing the magnification factor LoupeScale and has the LoupeMode option defining whether the magnifying glass is a circular or rectangular lens.

Note: TMagnifierGlass enlarges controls that are located on the same and lower hierarchical level. If the control is placed on a superior level, it will not be magnified. For more information, see the Structure View topic.

See Also