Left Property (APanel)

Returns or sets the distance between the internal left edge of a panel object and the left edge of its containing object.

Syntax

[ fDistance = ] Object.Left

The Left property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

fDistance

Float

The distance described above.

Example

The following example will set the distance of Left edge for a panel control:

panel.Left=10

Applies to

APanel

See Also

Top