Padding:padding_bottom

Returns the bottom padding amount.

Usage

padding:padding_bottom()

Returns

Name Type Description
amount number Bottom padding amount.

Examples

local padding = crystal.Padding:new();
padding:set_padding(10);
print(padding:padding_bottom()); -- Prints "10"

This site uses Just the Docs, a documentation theme for Jekyll.