TiSwitchLed.CaptionMargin

TiSwitchLed See Also

Specifies the margin between the Caption and the Led.

property CaptionMargin : Integer;

Description

Use CaptionMargin to set the margin between the Caption and the Led. The CaptionMargin value is in pixels.

Example

Delphi

iComponent.CaptionMargin := 2;

C++ Builder

iComponent->CaptionMargin = 2;

Contents | Index | Previous | Next