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