FMX.MultiResBitmap.TCustomMultiResBitmap.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Word read FWidth write FWidth stored False;

C++

__property System::Word Width = {read=FWidth, write=FWidth, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomMultiResBitmap

Description

Specifies the width in pixels of the bitmap item having the Scale = 1.

Width is used for scaling when loading a multi-resolution bitmap's image.

This property is used at design time in the MultiResBitmap Editor and in CreateBitmap.

See Also