LayoutGetPaddingBottom

Syntax

Padding = LayoutGetPaddingBottom(Layout)

Description

Retrieves the current bottom 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 bottom padding is to be retrieved. If #Null, it targets the current layout.

Return Value

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

See Also

LayoutSetPaddingBottom, LayoutGetPadding, LayoutGetPaddingTop, LayoutGetPaddingRight, LayoutGetPaddingLeft

Supported OS

Windows, Linux