TiOdometer.BorderMargin
TiOdometer See Also
Specifies the outer border margin of the control.
property BorderMargin : Integer;
Description
Use BorderMargin to set the outer border margin of the control. The
BorderMargin value is in pixels.
Example
Delphi
iComponent.BorderMargin := 2;
C++ Builder
iComponent->BorderMargin = 2;
Contents | Index | Previous | Next