Enum PopupLocation
Enumeration for PopUpLocation
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum PopupLocation
Fields
Name | Description |
---|---|
CenterTarget | The Popuplocation with Pin in Center of the PlacementTarget |
FollowMouseAndStayOpen | The Popup follows the mouse position |
FollowMouseAndStayOpenNoPin | The Popup follows the mouse position and has no pin |
PinOnCorner | The PopupLocation on the Corner of PlacementTarget depending on PinLocation |
XCenterYOnEdge | The PopupLocation where X is in Center of PlacementTarget and Y on the edge depending on PinLocation |
XCenterYOnEdgeDistance10Px | The PopupLocation where X is in Center of PlacementTarget and Y on the edge depending on PinLocation |
XMouseYCenterTarget | The PopupLocation where X is on mouse position and Y on Center of the PlacementTarget |