[]
Gets or sets the padding (white space added between the style owner's content and borders).
public IOffsets Padding { get; set; }
Padding is within Borders (if any), while Spacing is added outside of borders.
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).
The default is no padding.