LayoutGetPaddingRight

Syntax

Padding = LayoutGetPaddingRight(Layout)

Description

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

Return Value

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

See Also

LayoutSetPaddingRight, LayoutGetPadding, LayoutGetPaddingTop, LayoutGetPaddingLeft, LayoutGetPaddingBottom

Supported OS

Windows, Linux