TiComponent.OffsetY

TiComponent See Also

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

property OffsetY : Integer;

Description

Use OffsetY to shift the drawing within the bounds of the control. Positive values to move down and negative values to move up.

Example

Delphi

iComponent.OffsetY := 10;

C++ Builder

iComponent->OffsetY = 10;

Note: Not all descendants implement this property.

Contents | Index | Previous | Next