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