TiSlidingScale.OuterMarginBottom

TiSlidingScale See Also

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

property OuterMarginBottom : Double;

Description

Use OuterMarginBottom to get or set the margin between the bottom of the control and the Scale Background Area.

Example

Delphi

iComponent.OuterMarginBottom := 10;

C++ Builder

iComponent->OuterMarginBottom = 10;

Contents | Index | Previous | Next