FMX.ListView.Types.TListItemImage.ScalingMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScalingMode: TImageScalingMode read FImageScalingMode write SetImageScalingMode  default TImageScalingMode.StretchWithAspect;

C++

__property TImageScalingMode ScalingMode = {read=FImageScalingMode, write=SetImageScalingMode, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemImage

Description

Defines the way the bitmap fits into the destination rectangle.

See Also