TiSlidingCompass.OuterMarginRight
TiSlidingCompass See Also
Specifies the margin between the right side of the control and the Scale
Background Area.
property OuterMarginRight : Double;
Description
Use OuterMarginRight to get or set the margin between the right side of the
control and the Scale Background Area.
Example
Delphi
iComponent.OuterMarginRight := 10;
C++ Builder
iComponent->OuterMarginRight = 10;
Contents | Index | Previous | Next