TiSwitchLed.BorderSize

TiSwitchLed

Specifies the border around the Switch LED component.

property BorderSize : Integer;

Description

Use BorderSize to set the border around the Switch LED component. This controls the "bevel-look" of the component.

Example

Delphi

iComponent.BorderSize := 10;

C++ Builder

iComponent->BorderSize = 10;

Contents | Index | Previous | Next