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