FMX.Types.TBounds.Bottom

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds


Beschreibung

Legt die untere Kante des Randes fest.

Mit der Eigenschaft Bottom wird die untere Kante des Randes gesetzt und ermittelt.

Siehe auch