AlignPaddingLeft Property (APanel)

Returns or sets the size of the left side of the border for aligned (docked) controls.

Syntax

[ fSize = ] Object.AlignPaddingLeft

The AlignPaddingLeft property syntax has the following parts:
 

Name]

Type

Description

Object

APanel

APanel control

fSize

Float

Returns the left border padding size

Example

The following example sets the size of padding of the APanel control object:

apanel.AlignPaddingLeft=20

Applies to

APanel

See Also

AlignPaddingBottom, AlignPaddingRight, AlignPaddingTop, Anchor