Vcl.StdCtrls.TImageMargins.Bottom

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TImageMargins

Beschreibung

Unterer Rand des Bildes auf einer Schaltfläche.

Ein Schaltflächenbild kann mithilfe von Rändern positioniert werden. Bottom ist der untere Rand eines Bildes auf einer TButton-Komponente.

Siehe auch