Defines the sides of an element that can be used when measuring distances relative to another element.
This enum is typically used in layout or testing utilities to specify on which side of a reference element a distance should be evaluated.
The bottom edge of the element.
The left edge of the element.
The right edge of the element.
The top edge of the element.
Defines the sides of an element that can be used when measuring distances relative to another element.
Remarks
This enum is typically used in layout or testing utilities to specify on which side of a reference element a distance should be evaluated.