TiSlidingCompass.OuterMarginLeft

TiSlidingCompass See Also

Specifies the margin between the left side of the control and the Scale Background Area.

property OuterMarginLeft : Double;

Description

Use OuterMarginLeft to get or set the margin between the left side of the control and the Scale Background Area.

Example

Delphi

iComponent.OuterMarginLeft := 10;

C++ Builder

iComponent->OuterMarginLeft = 10;

Contents | Index | Previous | Next