TCustomIvorySurface::Width

Determines the width of the surface.

__property int Width;

Description

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

Back to TCustomIvorySurface