class Crysterm::Padding
- Crysterm::Padding
- Reference
- Object
Overview
Class for padding definition.
NOTE "Padding" as in spacing around elements. Same order as in HTML (ltrb)
Defined in:
namespace.crConstructors
Class Method Summary
Instance Method Summary
- #adjust(pos, sign = 1)
- #any?
- #bottom : Int32
- #bottom=(bottom : Int32)
-
#bottom?
Is there any padding on bottom?
- #left : Int32
- #left=(left : Int32)
-
#left?
Is there any padding on left side?
- #right : Int32
- #right=(right : Int32)
-
#right?
Is there any padding on right side?
- #top : Int32
- #top=(top : Int32)
-
#top?
Is there any padding on top?