TiSlidingCompass.TitleMargin
TiSlidingCompass See Also
Specifies the margin between the title text and the edge of the control.
property TitleMargin : Integer;
Description
Use TitleMargin to get or set the margin between the title text and top or
bottom edge of the control, depending on the value of the TitleAlignment property. The TitleMargin value is in pixels
Example
Delphi
iComponent.TitleMargin := 10;
C++ Builder
iComponent->TitleMargin = 10;
Contents | Index | Previous | Next