Property Padding
Padding
public Padding? Padding { get; }
Property Value
Remarks
The adornments (Margin, Border, and Padding) are not part of the View's content and are not clipped by the View's Clip Area.
Changing the size of an adornment (Margin, Border, or Padding) will change the size of Frame which will call SetNeedsLayout() to update the layout of the SuperView and its Subviews.