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