Vcl.StdCtrls.TImageMargins.Bottom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bottom: Integer index 3 read FBottom write SetMargin default 0;

C++

__property int Bottom = {read=FBottom, write=SetMargin, index=3, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TImageMargins

Description

Bottom margin of image on button.

A button image may be positioned using margins. Bottom is the bottom margin of an image on a TButton.

See Also