TiLabel.OuterMarginLeft

TiLabel See Also

Specifies the margin between the left side of the control and the caption.

property OuterMarginLeft : Integer;

Description

Use OuterMarginLeft to get or set the margin between the left side of the control and caption.

Example

Delphi

iComponent.OuterMarginLeft := 10;

C++ Builder

iComponent->OuterMarginLeft = 10;

Contents | Index | Previous | Next