TiPercentBar.OuterMargin
TiPercentBar
Specifies the outer margin between the border and the percent indicator bar.
property OuterMargin : Integer;
Description
Use OuterMargin to get or set the margin between the border and the content of
the control. If the width of the content is less than the width of the control
minus the outer margin, the content will be drawn center. If the content is
wider than the width of the control minus the outer margin, then the content will
be drawn justified to the left outer margin and be clipped on the right side
of the control.
Example
Delphi
iComponent.OuterMargin := 10;
C++ Builder
iComponent->OuterMargin = 10;
Contents | Index | Previous | Next