scaleLeft

Type: Real

Availability: Read or write at run time only

The scaleLeft property of the Window class contains the horizontal coordinates for the left edge of an object when using graphics methods or when positioning child controls. It also determines the units returned during the mouseDown, mouseHover, mouseLeave, mouseUp, and mouseMove events for the form or control.

Use this property with the scaleTop property to create a custom coordinate scale for drawing or positioning controls.

Use the scaleMode property to define a scale based on a standard unit of measurement; for example, twips, points, or pixels.

Setting the scaleLeft property interacts with the scaleMode property in the following ways.

The scaleLeft property is not the same as the left property.