TiSlidingCompass.OuterMarginTop

TiSlidingCompass See Also

Specifies the margin between the top of the control and the Scale Background Area.

property OuterMarginTop : Double;

Description

Use OuterMarginTop to get or set the margin between the top of the control and Scale Background Area.

Example

Delphi

iComponent.OuterMarginTop := 10;

C++ Builder

iComponent->OuterMarginTop = 10;

Contents | Index | Previous | Next