TiLabel.OuterMarginBottom
TiLabel See Also
Specifies the margin between the bottom of the control and the caption.
property OuterMarginBottom : Integer;
Description
Use OuterMarginBottom to get or set the margin between the bottom of the
control and caption.
Example
Delphi
iComponent.OuterMarginBottom := 10;
C++ Builder
iComponent->OuterMarginBottom = 10;
Contents | Index | Previous | Next