TiSwitchToggle.SwitchHeight
TiSwitchToggle See Also
Specifies the height of the switch.
property SwitchHeight : Integer;
Description
Use SwitchHeight to read or change the switch height. The SwitchHeight value
is in pixels.
Example
Delphi
iComponent.SwitchHeight := 16;
C++ Builder
iComponent->SwitchHeight = 16;
Contents | Index | Previous | Next