TiPanel.TitleBevelMarginEnds

TiPanel

Specifies the margin between the title bevel and the left and right sides of the control.

property TitleBevelMarginEnds : Integer;

Description

Use TitleBevelMarginEnds to set the margin between the title bevel and the left and right sides of the control. The TitleBevelMarginEnds value is in pixels

Example

Delphi

iComponent.TitleBevelMarginEnds := 5;

C++ Builder

iComponent->TitleBevelMarginEnds = 5;

Contents | Index | Previous | Next