TCustomIvorySurface::Height

Determines the height of the surface.

__property int Height;

Description

Use Height to specify the height of the surface. The hight can only be set before the creation of the surface. Once you have created a surface, you need to call Recreate to change the height. The default value for Height is the height of the screen (the height of the TIvoryDraw component).

Back to TCustomIvorySurface