FMX.Types.TBounds.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Single read FTop write SetTop stored IsTopStored nodefault;

C++

__property float Top = {read=FTop, write=SetTop, stored=IsTopStored};

Properties

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

Description

Specifies the top edge of the margin.

Use the Top property to set and get the top edge of the margin.

See Also