TiCompass.OuterMargin
TiCompass See Also
Specifies the margin between the edge of the control and the edge of the outer
bevel.
property OuterMargin : Integer;
Description
Use OuterMargin to get or set the between the edge of the control and the edge
of the outer bevel. The OuterMargin value is in pixels.
Example
Delphi
iComponent.OuterMargin := 5;
C++ Builder
iComponent->OuterMargin = 5;
Contents | Index | Previous | Next