TiComponent.OffsetX

TiComponent See Also

Specifies the X-Offset of the drawing within the control.

property OffsetX : Integer;

Description

Use OffsetX to shift the drawing within the bounds of the control. Positive values to move right and negative values to move left.

Example

Delphi

iComponent.OffsetX := 10;

C++ Builder

iComponent->OffsetX = 10;

Note: Not all descendants implement this property.

Contents | Index | Previous | Next