TiObjectCanvas.OriginY

TiObjectCanvas

Specifies the Y origin of the display.

property OriginY : Double;

Description

Use OriginY to get or set the Y origin of the display. The value is not in any specific units. OriginY specifies the center Y value of the display. To move all objects in the display up, decrease OriginY. To move all objects in the display down, increase OriginY.

Example

Delphi

iComponent.OriginY := 100;

C++ Builder

iComponent->OriginY = 100;

Contents | Index | Previous | Next