Vcl.ImgList.TCustomImageList.Scaling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scaling: Boolean read FScaling;

C++

__property bool Scaling = {read=FScaling, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

The Scaling property returns True when ImageList is scaling its images.

Scaling may occur as a result of display DPI change.