FMX.Types.TBounds.Bottom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bottom: Single read FBottom write SetBottom stored IsBottomStored nodefault;

C++

__property float Bottom = {read=FBottom, write=SetBottom, stored=IsBottomStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Specifies the bottom edge of the margin.

Use the Bottom property to set and get the bottom edge of the margin.

See Also