FMX.Layouts.TGridPanelLayout.TCellItem.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Double read FValue write SetValue;

C++

__property double Value = {read=FValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCellItem

Description

Sets the size of the cell item.

Use the Value property to specify the size of the column or row in the grid panel. This value can be set automatically or expressed as a percentage of the grid panel size or as an absolute value, depending on the SizeStyle. For example, if SizeStyle is set to Percent, and you specify a Value of 60, the column occupies approximately 60% of the grid panel's width or a row occupies approximately 60% of the grid panel's height.

See Also