Vcl.Controls.TMargins.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: TMarginSize index 1 read FTop write SetMargin default 3;

C++

__property TMarginSize Top = {read=FTop, write=SetMargin, index=1, default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Specifies the top edge of the margin.

Use the Top property to specify the top edge of the margin.