TiPanel.TitleMarginTop
TiPanel
Specifies the margin between the title text and the top of the control.
property TitleMarginTop : Integer;
Description
Use TitleMarginTop to get or set the margin between the title text and the top
of the control. The TitleMarginTop value is in pixels
Example
Delphi
iComponent.TitleMarginTop := 10;
C++ Builder
iComponent->TitleMarginTop = 10;
Contents | Index | Previous | Next