LayoutGetPaddingTop

Syntax

Padding = LayoutGetPaddingTop(Layout)

Description

Retrieves the current top padding value for the specified layout container. Padding is the space between the layout's border and its content.

Parameters

Layout
The handle of the layout object whose top padding is to be retrieved. If #Null, it targets the current layout.

Return Value

Returns the top padding value as an Integer. Returns #False (0) if the layout handle is invalid.

See Also

LayoutSetPaddingTop, LayoutGetPadding, LayoutGetPaddingLeft, LayoutGetPaddingRight, LayoutGetPaddingBottom

Supported OS

Windows, Linux