Enum that is used to specify a relative area inside an UI element.

Probably not needed in user applications.

Enumeration Members

Content: 0

Smallest area, equal to the UiElements respective visual content

Everything: 3

Content + Padding + Background padding + Margin

PaddedBackground: 2

Content + Padding + Background padding

PaddedContent: 1

Content + Padding, area that should be contained within Backgrounds border