TiSwitchRocker.BorderMargin
TiSwitchRocker
Specifies the margin between the edge of the control and the edge of the
switch.
property BorderMargin : Integer;
Description
Use BorderMargin to get or set the margin between the edge of the control and
the edge of the switch. The space between the edge of the control and the edge
of the switch will be filled with the BackGroundColor. The BorderMargin value is in pixels.
Example
Delphi
iComponent.BorderMargin := 5;
C++ Builder
iComponent->BorderMargin = 5;
Contents | Index | Previous | Next