ScaleHeight property (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

float ScaleHeight

Overview

Refer to Using the Image List Control.

Remarks

(Persistent property, available at design time) Is the height of the client area of the ImageList Control.

This is the true client area. The unit of measure is determined by the ScaleMode property.

If you write this property, the actual height of the control does not change, but the current height is expressed using the value that you provide. This lets you use a custom coordinate system. For example, you could set the ScaleWidth and ScaleHeight both to 100; then express all coordinates as percentage offsets.

See Also

Elements:

ScaleMode property, ScaleTop property, ScaleLeft property, ScaleWidth property, ScaleMode property (ILEADRaster, ILEADRasterView)

Topics:

Raster Images: Displaying Images