Align
Interface
Specifies the horizontal and vertical align points for the component.
Definition
Package:@progress/kendo-angular-popup
Properties
horizontal
"left" | "center" | "right"
Specifies the horizontal point relative to the anchor or the Popup.
The available options are:
left—Uses the leftmost point of theanchorelement.center—Uses the center point of theanchorelement.right—Uses the rightmost point of theanchorelement.
vertical
"center" | "top" | "bottom"
Specifies the vertical point relative to the anchor or the Popup.
The available options are:
top—Uses the top point of theanchorelement.center—Uses the center point of theanchorelement.bottom—Uses the bottom point of theanchorelement.