Padding:set_padding_bottom

Sets the bottom padding amount.

Usage

padding:set_padding_bottom(amount)

Arguments

Name Type Description
amount number Bottom padding amount.

Examples

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

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