TiSwitchPanel.PanelMarginTop

TiSwitchPanel

Specifies the margin between the top side edge of the rectangular area holding the Position Captions and the internally drawn Position Captions.

property PanelMarginTop : Double;

Description

Use PanelMarginTop to get or set the margin between the top side edge of the control and the internally drawn Position Captions.

PanelMarginTop represents the percentage of a character height and is based on the PanelFontActive and PanelFontInactive font used for the Panel Captions. A value of 0.5 is equal to half the size of a character.

Example

Delphi

iComponent.PanelMarginTop := 0.5;

C++ Builder

iComponent->PanelMarginTop = 0.5;

Contents | Index | Previous | Next