TiSwitchPanel.PanelMarginBottom
TiSwitchPanel
Specifies the margin between the bottom side edge of the rectangular area
holding the Position Captions and the internally drawn Position Captions.
property PanelMarginBottom : Double;
Description
Use PanelMarginBottom to get or set the margin between the bottom side edge of
the control and the internally drawn Position Captions.
PanelMarginBottom 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.PanelMarginBottom := 0.5;
C++ Builder
iComponent->PanelMarginBottom = 0.5;
Contents | Index | Previous | Next