FMX.ListView.Appearances.TImageObjectAppearance.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read FWidth write SetWidth stored IsWidthStored;

C++

__property Width = {stored=IsWidthStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TImageObjectAppearance

Description

User-defined width of the object appearance in pixels.

FMX.ListView.Appearances.TImageObjectAppearance.Width inherits from FMX.ListView.Appearances.TCommonObjectAppearance.Width. All content below this line refers to FMX.ListView.Appearances.TCommonObjectAppearance.Width.

User-defined width of the object appearance in pixels.

See Also