FMX.ImgList.TGlyph.Stretch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stretch: Boolean read FStretch write SetStretch default True;

C++

__property bool Stretch = {read=FStretch, write=SetStretch, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

Specifies whether the images can be stretched.

Set Stretch to True in order to allow TGlyph to stretch the images that displays.

Set Stretch to False so that the images are not stretched.

See Also