Returns or sets the distance between the internal left edge of a panel object and the left edge of its containing object.
[ fDistance = ] Object.Left
The Left property syntax has the following parts:
|
Name] |
Type |
Description |
|
Object |
APanel |
APanel control |
|
fDistance |
Float |
The distance described above. |
The following example will set the distance of Left edge for a panel control:
panel.Left=10