FMX.MultiResBitmap.TCustomMultiResBitmap.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Word read FHeight write FHeight stored False;

C++

__property System::Word Height = {read=FHeight, write=FHeight, stored=false, nodefault};

Properties

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

Description

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

Height 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